Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>
  • Loading branch information
arjo129 committed Nov 11, 2024
1 parent c3eea00 commit 9a2b742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,3 +366,4 @@

</world>
</sdf>

Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ def step(self, action):
for i in range(5000):
action, _state = model.predict(obs, deterministic=True)
obs, reward, done, info = vec_env.step(action)
# Nice to have spawn a gz sim client
# Nice to have spawn a gz sim client

0 comments on commit 9a2b742

Please sign in to comment.