Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Refactor mujoco_env.h with dm composer callback API #103

Open
Trinkle23897 opened this issue May 4, 2022 · 2 comments · Fixed by #107
Open

[Feature Request] Refactor mujoco_env.h with dm composer callback API #103

Trinkle23897 opened this issue May 4, 2022 · 2 comments · Fixed by #107
Assignees
Labels
enhancement New feature or request

Comments

@Trinkle23897
Copy link
Collaborator

Motivation

#59 (comment)

We are going to refactor the MujocoEnv class with deepmind composer API. It is more general with various kinds of robotics research.

Resources

@Trinkle23897 Trinkle23897 added the enhancement New feature or request label May 4, 2022
@Benjamin-eecs
Copy link
Collaborator

Benjamin-eecs commented May 4, 2022

Basically class task serve as hooks in MujocoEnv with following methods:

Class task

  • initialize_episode_mjcf
  • after_compile
  • initialize_episode
  • before_step
  • before_substep
  • after_substep
  • after_step

DeepMind Control Suite, 14 envs

Extra envs in dm_control.suite

dm_control.locomotion

  • Navigating a corridor with obstacles
  • Maze navigation and foraging
  • Multi-Agent Soccer

Misc

Resources

@kevinzakka
Copy link

I'll offer feedback as soon as I'm free :) Thanks for initiating!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants