Skip to content

Commit

Permalink
Update go2_env.py
Browse files Browse the repository at this point in the history
Fix typo in comment: correct "frequence" to "frequency"
  • Loading branch information
CharlesCNorton authored Jan 7, 2025
1 parent a598c09 commit a923c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/locomotion/go2_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, num_envs, env_cfg, obs_cfg, reward_cfg, command_cfg, show_vie
self.num_commands = command_cfg["num_commands"]

self.simulate_action_latency = True # there is a 1 step latency on real robot
self.dt = 0.02 # control frequence on real robot is 50hz
self.dt = 0.02 # control frequency on real robot is 50hz
self.max_episode_length = math.ceil(env_cfg["episode_length_s"] / self.dt)

self.env_cfg = env_cfg
Expand Down

0 comments on commit a923c7d

Please sign in to comment.