This repo contains helper functions to simulate trained policies for RL agents in OpenAI gym and to simulate the imitation husky model.
Can simulate Cartpole, Pendulum and in OpenAI gym for trained policies and also for trained closed loop. Functionality to plot trajectories for system in each dimensioni including for husky.
Required packages are:
- Python:3.6
- Tensorflow-gpu-1.10.0
- gym
- h5py=2.10
- matplotlib
- pandas