gym-collision-avoidance
No description available.
File Explorer
Download Latest Version (.zip)- 000_CADRL_2agents.png
- 000_GA3C-CADRL-10_2agents.png
- 000_RVO_2agents.png
- a3c_20_agents.gif
- collision_avoidance_figs.pdf
- combo.gif
- example.gif
- formation_A.gif
- formation_C.gif
- gym_arch.png
- jackal_iros18.gif
- random_2_agents.gif
- agent.rst
- architecture.rst
- build_docs.rst
- build_pypi.rst
- config.rst
- dynamics.rst
- env.rst
- example.rst
- install.rst
- policies.rst
- sensors.rst
- train_multiagent_rl.rst
- use_cases.rst
- conf.py
- index.rst
- Makefile
- __init__.py
- Dynamics.py
- ExternalDynamics.py
- UnicycleDynamics.py
- UnicycleDynamicsMaxTurnRate.py
- 4_agents_policy_iter_1000.p
- 4_agents_policy_iter_1300.p
- __init__.py
- nn_rl_training_param.p
- __init__.py
- __init__.py
- gen_plots_multi.py
- gen_rand_testcases.py
- gen_results_multi.py
- global_var.py
- nn_debug_multi.py
- nn_navigation_value_multi.py
- nn_rl_multi.py
- pedData_processing_multi.py
- pedData_processing_multi_old.py
- ros_nn.py
- __init__.py
- generate_sinusoids.py
- generate_spirals.py
- generate_symmetric_sinusoids.py
- __init__.py
- multiagent_network_param.py
- neural_network.py
- neural_network_regr.py
- neural_network_regr_multi.py
- nn_training_param.py
- __init__.py
- __init__.py
- network_01900000.data-00000-of-00001
- network_01900000.index
- network_01900000.meta
- network_01490000.data-00000-of-00001
- network_01490000.index
- network_01490000.meta
- network_01900000.data-00000-of-00001
- network_01900000.index
- network_01900000.meta
- __init__.py
- network.py
- 2019-07-09-02-21-39-039832-00610
- 2019-07-09-15-10-38-798399-00610
- __init__.py
- CADRLPolicy.py
- CARRLPolicy.py
- CATKIN_IGNORE
- DRL_Long
- DRLLongPolicy.py
- ExternalPolicy.py
- GA3CCADRLPolicy.py
- InternalPolicy.py
- LearningPolicy.py
- LearningPolicyGA3C.py
- NonCooperativePolicy.py
- Policy.py
- PPOCADRLPolicy.py
- Python-RVO2
- RVOPolicy.py
- StaticPolicy.py
- __init__.py
- LaserScanSensor.py
- OccupancyGridSensor.py
- OtherAgentsStatesSensor.py
- Sensor.py
- 10_agents_500_cases.p
- 2_3_4_agents_500_cases.p
- 2_agents_500_cases.p
- 2_agents_500_cases_carrl.p
- 2_agents_500_cases_carrl_seed000.p
- 2_agents_500_cases_carrl_seed001.p
- 2_agents_500_cases_carrl_seed002.p
- 2_agents_500_cases_carrl_seed003.p
- 2_agents_500_cases_carrl_seed004.p
- 3_agents_500_cases.p
- 4_agents_500_cases.p
- 5_agents_500_cases.p
- 6_agents_500_cases.p
- 8_agents_500_cases.p
- hololens_and_cadrl.yaml
- 000.png
- 001.png
- 002.png
- __init__.py
- agent.py
- collision_avoidance_env.py
- config.py
- Map.py
- test_cases.py
- util.py
- vec_env.py
- visualize.py
- wrappers.py
- __init__.py
- collect_regression_dataset.py
- env_utils.py
- example.py
- process_full_test_suite_pickles.py
- run_cadrl_formations.py
- run_full_test_suite.py
- run_trajectory_dataset_creator.py
- __init__.py
- collect_regression_dataset.sh
- run_cadrl_formations.sh
- run_full_test_suite.sh
- run_trajectory_dataset_creator.sh
- utils.sh
- test_collision_avoidance.py
- __init__.py
- .gitignore
- .gitlab-ci.yml
- .gitmodules
- .readthedocs.yml
- example.sh
- install.sh
- LICENSE
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/mit-acl/gym-collision-avoidance
Downloads the entire project code from GitHub to your computer.
cd gym-collision-avoidance
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
