RL-based Adaptive Control of a 3-DOF Robotic Leg for Varying Gravity with Mujoco Physics Simulation#7
Open
ashton-mitchell wants to merge 24 commits into
Open
RL-based Adaptive Control of a 3-DOF Robotic Leg for Varying Gravity with Mujoco Physics Simulation#7ashton-mitchell wants to merge 24 commits into
ashton-mitchell wants to merge 24 commits into
Conversation
Updated the README to clarify the demo's purpose and installation instructions, and added project background and problem description sections.
Corrected grammatical errors and improved clarity in the README.
Added section on failures under changing gravity with relevant graphs and videos.
hokeun
reviewed
Apr 29, 2026
hokeun
left a comment
Member
There was a problem hiding this comment.
Very nice work! Thanks!
By the way, I think pycache directories don't need to be pushed to the repo, right? Could you remove those pycache directories?
edwardalee
reviewed
Apr 29, 2026
edwardalee
left a comment
Contributor
There was a problem hiding this comment.
Why are the __pycache__ files included in the PR? Aren't these generated files? Also, what are the checkpoints binary files? Are these also generated?
edwardalee
requested changes
May 5, 2026
edwardalee
left a comment
Contributor
There was a problem hiding this comment.
There are many generated files (and empty files, like __init__.py files. Please remove all generated files. In addition, the convention in LF is that all .lf files need to be within a src directory. Otherwise, lfc does not know where to put the files it generates.
Clarified installation instructions for Lingua Franca CLI tools and updated command examples.
Clarified description of Inverse Kinematics reactor.
Clarified usage of mjpython for running simulations on MacOS and added a link to relevant documentation.
Updated project title and clarified the description of the physical plant using MuJoCo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The mujoco-python-rl directory gives a demo for users to see how LF can work with MuJoCo to simulate the control of a 3-DoF leg in Python. This will later be expanded to incorporate PyTorch for training an AC-Network to learn the PID parameters for the control of the leg in varying gravitational environments