Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions MUJOCO_LOG.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Mon Oct 21 15:52:56 2024
WARNING: Nan, Inf or huge value in CTRL at ACTUATOR 0. The simulation is unstable. Time = 2.7100.

6 changes: 6 additions & 0 deletions dial_mpc/envs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
UnitreeH1WalkEnvConfig,
UnitreeH1PushCrateEnvConfig,
)

from dial_mpc.envs.highTorque_hi_env import (
HighTorqueHiWalkEnvConfig,
)

from dial_mpc.envs.unitree_go2_env import (
UnitreeGo2EnvConfig,
UnitreeGo2SeqJumpEnvConfig,
Expand All @@ -12,6 +17,7 @@
_configs = {
"unitree_h1_walk": UnitreeH1WalkEnvConfig,
"unitree_h1_push_crate": UnitreeH1PushCrateEnvConfig,
"highTorque_hi_walk": HighTorqueHiWalkEnvConfig,
"unitree_go2_walk": UnitreeGo2EnvConfig,
"unitree_go2_seq_jump": UnitreeGo2SeqJumpEnvConfig,
"unitree_go2_crate_climb": UnitreeGo2CrateEnvConfig,
Expand Down
Loading