Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 373 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 373 Bytes

Adversarial Soft Q-learning

Code details

  • ./examples includes the main file to run the RAS algorithm on various environments.
  • ./scripts includes the file for evaluation.
  • ./algrithms includes the core algorithms.

This code is based on softqlearning. Please follow their installation instructions.