pytorch-maml-rl icon indicating copy to clipboard operation
pytorch-maml-rl copied to clipboard

Use RLlab's environments instead of Gym envs

Open tristandeleu opened this issue 6 years ago • 0 comments

  • Adapt AntEnv and HalfCheetahEnv from rllab to work as a Gym environment, and use them for the continuous control experiments
  • The original code uses variants of the RLlab's environments for the MuJoCo experiments. These environments differ from the Gym environments, most notably in their observations and initial conditions.

tristandeleu avatar Oct 14 '18 14:10 tristandeleu