Closed Jaeyoung-Lim closed 5 years ago
This PR implements the run.py to run openai baselines with the reinmav_gym
reinmav_gym
Baselines can be run by doing something like:
python -m gym_reinmav.run --alg=ppo2 --env=quadrotor3d-v0 --network=mlp --num_timesteps=2e7
This PR implements the run.py to run openai baselines with the
reinmav_gym
Baselines can be run by doing something like: