Skip to content

Minor Errors#97

Open
rojas70 wants to merge 237 commits into
rail-berkeley:mainfrom
lippyRobotics:main
Open

Minor Errors#97
rojas70 wants to merge 237 commits into
rail-berkeley:mainfrom
lippyRobotics:main

Conversation

@rojas70

@rojas70 rojas70 commented Jun 11, 2025

Copy link
Copy Markdown

Commit 422d207 fixes a bug in the way the Mujoco Renderer is instantiated so that there is no crush when calling. test_gym_env_human.py.

Commit 7e23bbd includes a critic_actor_ratio that is missing when agent.high_utd_ratio is called.

Others...

rojas70 and others added 30 commits April 5, 2026 19:54
Significant fix. The way the delta was being compute and the way the end-effector pitch angle is setup, you can have a goal position at +pi - eps and a current position at -pi+eps.

The true difference should be 2eps, but instead you would get 2pi and not record the reward.

We split position and orientation information and computed deltas individually, using a specialized modulus operation for the orientation.
- Separating positive and negative examples exclusively
- Helped with the control of the space mouse.
- Also makes robot move faster.
Co-authored-by: Copilot <copilot@github.com>
…aining options documentation

Co-authored-by: Copilot <copilot@github.com>
…demonstrations

Co-authored-by: Copilot <copilot@github.com>
…mages for real robot tasks, and remove outdated data saving instructions.
added early joint reset for all real robot examples
Restrict numpy version to be less than 2.0.0.
…ests

edited test script and made capacity calculation automatic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants