Pose2d Command & Obstacles - #30
Merged
Merged
Conversation
jgillick
force-pushed
the
obstacle_avoid_robot
branch
from
September 5, 2026 00:48
c8af99b to
aa82f90
Compare
…rge into obstacle_avoid_robot
jgillick
marked this pull request as ready for review
September 6, 2026 18:57
jgillick
added a commit
that referenced
this pull request
Sep 15, 2026
* Convert mdp class functions to data dicts * Use config item execute method for all managers * Remove deprecated parameters * Video: in-process videos are named ".recording.mp4" * Fix range setting bug * Unbound get_terrain_height * Fix misc bugs * Add test coverage * Update upgrade doc * Add testing github action * Add rsl-rl to the genesis dependency list * Update uv lock * Update test coverage * Update example environments * Add required mdp function params * Lint all code * Fix tests * Remove "*_attr" params * Fix: clear observations on reset * Add velocity action manager and example (#26) * observations.current_actions should return raw actions * Add raw actions to wheeled robot example * Fix action observation * Fix: observation scale/noise was updating the original tensor value * Add imu_projected_gravity * Light cleanup * Angular velocity indicator (#29) * Add angular velocity indicators to the velocity command manager * Update the wheeled robot to be a 4-wheel system * Fix envs_idx to torch.Tensor type * Fix action delay setup/reset * Fix class name type: SkrlEnvWapper -> SkrlEnvWrapper Misc typing fixes * Automatically calculate sensitivity for velocity command rewards * Add stopped_dof_velocity penalty * Fix code error * Update Freenove model and training environment * Cleanup * Update stopped_envs in velocity manager to take a threshold. * More PR feedback/fixes * Debug mesh builders (#32) * Pose2d Command & Obstacles (#30) * Update Freenove model and training environment * Checkpoint * Fix bugs * Pose2dCommand * Cleanup noise and needless constants. * Cleanup readme, environment and unnecessary meshes * Fix navigation training * Remove unused rewards * Fix: Observation noise is applied before scaling * Update project settings * Rename model directory * Update/fix/run examples * Update observation example * Cleanup Pose2DCommand * Cleanup * Add pattern name matching utils * copy edit * lint trap * Add pose2d videos
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.
Added:
obs_normalization=Trueif they stop reaching convergence after this change.