Skip to content

Latest commit

 

History

History

sql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.