Skip to content

Commit

Permalink
Improve gen env script
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Nov 14, 2023
1 parent dad1eb7 commit ccab33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_scripts/gen_env_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class EnvSpec:
env_table += f"| Action Space | {action_space_str} |\n"
env_table += f"| Observation Space | {obs_space_str} |\n"
env_table += f"| Reward Space | {rew_space_str} |\n"
env_table += f'| Import | `TODO.{env_spec.id}")` | \n'
env_table += f"| Import | `momaland.envs.{env_spec.id}` | \n"

if docstring is None:
docstring = "No information provided"
Expand Down

0 comments on commit ccab33d

Please sign in to comment.