Skip to content
#

mujoco

Here are 163 public repositories matching this topic...

tianshou
youkaichao
youkaichao commented Jul 9, 2020
  • I have marked all applicable categories:
    • exception-raising bug
    • RL algorithm bug
    • documentation request (i.e. "X is missing from the documentation.")
    • new feature request
  • I have visited the [source website], and in particular read the [known issues]
  • I have searched through the [issue tracker] and [issue categories] for duplicates
  • [ ]
good first issue discussion
liuliu
liuliu commented May 30, 2022

Is your feature request related to a problem? Please describe.
When using MuJoCo API, it is a bit harder to parse either automatically or from documentation when a parameter can be NULL or not. For example, mj_step requires mjData* d to be nonnull, while mj_copyData can take NULL mjData* dest. Similarly, mjv_makeScene can take NULL const mjModel* m. There seems to be no systematic

enhancement good first issue

PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).

  • Updated May 29, 2022
  • Python
hlsafin
hlsafin commented Jun 28, 2022

Hello there, I'm sort of a newbie here. I am trying to reproduce some of the atari games with R2D2, and I am unable to produce them. I've been blocked on this for quite some time and it would be a great help if anyone can help me here.
Thank you.

good first issue reproducibility

Improve this page

Add a description, image, and links to the mujoco topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mujoco topic, visit your repo's landing page and select "manage topics."

Learn more