Skip to content

An OpenAI gym environment designed for the control of dynamical systems

License

Notifications You must be signed in to change notification settings

tiagoCuervo/dynSysEnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an OpenAI gym environment designed for the control of dynamical systems expressed as approximations to differential equations using the Euler method.

Installation

To install cd to the directory of the repository and run pip install -e .

Usage

The file example.py contains a simple usage example using the Lorenz system. To run the example cd to the directory of the repository and run python example.py. You should see something like this:

Releases

No releases published

Packages

No packages published

Languages