Vikash Kumar
Vikash Kumar
FIX: Avoiding multiple calls to get_obs. Multiple calls result in duplicates when obs (and others metrics) are being tracked REFACTOR: Adding substeps to the logger and passing the logger tp...
A common warning that crashes training is when policy accidentally makes a lot of contacts and fills up the contact buffer. These updates gracefully handle these warnings.
https://github.com/aravindr93/mjrl/blob/af58ff2b2854663b21af7fc54f47d124bbf7e534/mjrl/utils/make_train_plots.py#L5-L6
# Details - Offline rendering goes well but crashes at the end with FFMPEG error - Likely an issues with conda env - Likely an issue on mac. I remember...
MuJoCo "include" for composing models is a very powerful feature. It is very useful when one has a large library of models and wants composability between them. Further developing this...
Steps to reproduce 1. Start python viewer using `python -m mujoco.viewer` 2. Drag-drop a MJB model (==> fails to load) What does work 1. Start a native viewer 2. Drag-drop...
1. Load a healthy model on the viewer using `python -m mujoco.viewer --mjcf=model.xml` 2. Now edit the model.xml to introduce a bug 3. Reload the viewer. The viewer correctly shows...
RoboHive main now contains the latest release. All releases are now tagged. Updating the readme to point to the correct tag.
I started debugging this issue. Either I don't understand what's going on, or there is something really wrong with our implementation. I'd need more information about our Fatigue model to...