Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.66 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.66 KB

Structure

This repo includes

  • Pytorch notes and its implementations
  • Classic RL algorithms
  • notes I made going through the resources.
  • training and testing a RL agent in multiple environment in metadrive simulator(open source autonomous driving simulator)

Execution

You can run the test codes normally on google collab or jupyter notebook

  • For RL training and scripts
  • install metadrive
  • move the "set_1 folder under metadrive/examples"
  • cd under the metadrive and run
python -m metadrive.examples.file_name

(Remember to comment out some part of codes to customise the settings)

Resources