Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 946 Bytes

Hyperparams.md

File metadata and controls

15 lines (11 loc) · 946 Bytes

Env. specific Hyperparameters

Each environment (gym-gazebo2 Env) has it's optimal hyperparameters that allow the agent to learn faster and achieve a better policy. In the following table we present our best parameters.

Please open a new issue and share your results if you found better parameters!

PPO2 MLP - MARA

Content: baselines/ppo2/defaults.py.

Environment num_layers num_hidden nsteps nminibatches lr cliprange
MARA 2 16 1024 4 lambda f: 3e-3 * math.e**(-0.001918*update) 0.25
MARA Collision
MARA Orient
MARA Collision Orient