madras-simulator / MADRaS

Multi-Agent DRiving Simulator
GNU Affero General Public License v3.0
90 stars 20 forks source link

Example of Controller based on Behavior Reflex algorithms #4

Closed MehaKaushik closed 6 years ago

MehaKaushik commented 6 years ago

What changes were done?

  1. Added init.py in all the folder levels
  2. Cleaned up, utils/gym_torcs.py
  3. Script to launch TORCS globally in scripts/
  4. Example of Behavior Reflex controller(which maps sensory input to steer,accl,brake directly) added
  5. Sample_controller renamed to example_controller
  6. In example_controller folder pid_control.py renamed to pid.py

Testing done: testing

rudrasohan commented 6 years ago

The snakeoil3_gym.py seems to be a new file. Is it necessary to change this as the earlier one was working perfectly. Also some comments style are changed and Unicode 'u' was added back.

rudrasohan commented 6 years ago

@MehaKaushik can you resolve the conflict, please.