Skip to content

Commit 74f176b

Browse files
committed
Add link to video in crazy rl
1 parent 99727d4 commit 74f176b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

momaland/envs/crazyrl/catch/catch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Catch(CrazyRLBaseParallelEnv, EzPickle):
9191
- `target_speed (float, optional)`: Distance traveled by the target at each timestep
9292
9393
## Credits
94-
The code was adapted from [Felten's source](https://github.com/ffelten/CrazyRL).
94+
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).
9595
"""
9696

9797
metadata = {"render_modes": ["human"], "name": "catch_v0", "is_parallelizable": True, "render_fps": FPS}

momaland/envs/crazyrl/escort/escort.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Escort(CrazyRLBaseParallelEnv, EzPickle):
9393
- `num_intermediate_points (int, optional)`: Number of intermediate points in the target trajectory
9494
9595
## Credits
96-
The code was adapted from [Felten's source](https://github.com/ffelten/CrazyRL).
96+
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).
9797
"""
9898

9999
metadata = {"render_modes": ["human"], "name": "escort_v0", "is_parallelizable": True, "render_fps": FPS}

momaland/envs/crazyrl/surround/surround.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Surround(CrazyRLBaseParallelEnv, EzPickle):
9292
- `num_intermediate_points (int, optional)`: Number of intermediate points in the target trajectory
9393
9494
## Credits
95-
The code was adapted from [Felten's source](https://github.com/ffelten/CrazyRL).
95+
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).
9696
"""
9797

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

0 commit comments

Comments
 (0)