forked from augcog/ROAR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
im too lazy to type all these, runing a script
- Loading branch information
1 parent
c85b617
commit b1ab7cf
Showing
6 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ROAR_Gym
updated
21 files
+20 −0 | ROAR_Gym/__init__.py | |
+5 −0 | ROAR_Gym/envs/__init__.py | |
+53 −0 | ROAR_Gym/envs/depth_e2e_env.py | |
+147 −0 | ROAR_Gym/envs/local_planner_env.py | |
+128 −0 | ROAR_Gym/envs/local_planner_env_1.py | |
+85 −0 | ROAR_Gym/envs/occu_debug.py | |
+118 −0 | ROAR_Gym/envs/occu_map_e2e_env.py | |
+24 −9 | ROAR_Gym/envs/roar_env.py | |
+49 −32 | ROAR_Gym/envs/roar_pid_env.py | |
+2 −2 | configurations/agent_configuration.json | |
+4 −3 | configurations/carla_configuration.json | |
+7 −0 | configurations/simple_waypoint_local_planner_config.json | |
+78 −0 | runner_depth_e2e_env.py | |
+80 −0 | runner_local_planner_env.py | |
+74 −0 | runner_local_planner_env_1.py | |
+73 −0 | runner_occu_map_debug_env.py | |
+89 −0 | runner_occu_map_e2e_a2c_env.py | |
+79 −0 | runner_occu_map_e2e_env.py | |
+9 −23 | runner_roar_pid_env.py | |
+0 −48 | test.py | |
+28 −0 | utilities.py |
Submodule ROAR_Jetson
updated
6 files
Submodule ROAR_Sim
updated
8 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters