Skip to content

reinforcement learning for active fluid control

License

Notifications You must be signed in to change notification settings

mehta-pavan/RLFluidControl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLFluidControl

Reinforcement learning for active fluid control.

See our paper: Reinforcement Learning for Active Flow Control in Experiments (https://arxiv.org/abs/2003.03419)

Dependencies

Python Packages: TensorFlow 1.x (1.13+ suggested), numpy

How to run

Start the server (RL agent) by

$ cd server
$ python server.py -env CFD -fil None

-fil None means that we don't use any filter, in consistent to our practice for the CFD environment in the paper.

Start the client:

2D BDIM:

We provide a simple example using Lilypad, a code based on a 2D BDIM method developed by Dr. Gab Weymouth. See https://github.com/weymouth/lily-pad.

Run clientLilypad/clientCFD.pde in Processing (download from https://processing.org/download/).

3D LES:

See details in clientNektar/Readme

About

reinforcement learning for active fluid control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.6%
  • Fortran 9.1%
  • C++ 4.3%
  • Yacc 1.1%
  • Processing 1.0%
  • Assembly 0.3%
  • Other 0.6%