Gym designed for the ROAR Simulation, purposed for ease of extension into specially purposed environment for RL or other advanced research.
- Install gym
- Install stablebaseline
- Ensure that tensorflow version is correct (as of writing, stablebaseline support only Tensorflow <1.15)
- Read through the code in
ROAR_Gym/roar_env.py
to understand what variables are in your disposal - Create your own environment, as in the
roar_pid_env.py
example, and also following the gym tutorial
- more documentation
- clearer action items on how to inherit and the design.