Skip to content

Commit

Permalink
Add link to video in crazy rl
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Jul 24, 2024
1 parent 99727d4 commit 74f176b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion momaland/envs/crazyrl/catch/catch.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Catch(CrazyRLBaseParallelEnv, EzPickle):
- `target_speed (float, optional)`: Distance traveled by the target at each timestep
## Credits
The code was adapted from [Felten's source](https://github.com/ffelten/CrazyRL).
The code was adapted from [Felten's source](https://github.com/ffelten/CrazyRL). See also the YouTube video [here](https://www.youtube.com/watch?v=4FeTjZnpgJI&t=4s&ab_channel=FlorianFelten).
"""

metadata = {"render_modes": ["human"], "name": "catch_v0", "is_parallelizable": True, "render_fps": FPS}
Expand Down
2 changes: 1 addition & 1 deletion momaland/envs/crazyrl/escort/escort.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Escort(CrazyRLBaseParallelEnv, EzPickle):
- `num_intermediate_points (int, optional)`: Number of intermediate points in the target trajectory
## Credits
The code was adapted from [Felten's source](https://github.com/ffelten/CrazyRL).
The code was adapted from [Felten's source](https://github.com/ffelten/CrazyRL). See also the YouTube video [here](https://www.youtube.com/watch?v=4FeTjZnpgJI&t=4s&ab_channel=FlorianFelten).
"""

metadata = {"render_modes": ["human"], "name": "escort_v0", "is_parallelizable": True, "render_fps": FPS}
Expand Down
2 changes: 1 addition & 1 deletion momaland/envs/crazyrl/surround/surround.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Surround(CrazyRLBaseParallelEnv, EzPickle):
- `num_intermediate_points (int, optional)`: Number of intermediate points in the target trajectory
## Credits
The code was adapted from [Felten's source](https://github.com/ffelten/CrazyRL).
The code was adapted from [Felten's source](https://github.com/ffelten/CrazyRL). See also the YouTube video [here](https://www.youtube.com/watch?v=4FeTjZnpgJI&t=4s&ab_channel=FlorianFelten).
"""

metadata = {"render_modes": ["human"], "name": "surround_v0", "is_parallelizable": True, "render_fps": FPS}
Expand Down

0 comments on commit 74f176b

Please sign in to comment.