Skip to content

Latest commit

 

History

History
 
 

acktr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ACKTR

ACKTR with continuous action spaces

The code of ACKTR has been refactored to handle both discrete and continuous action spaces uniformly. In the original version, discrete and continuous action spaces were handled by different code (actkr_disc.py and acktr_cont.py) with little overlap. If interested in the original version of the acktr for continuous action spaces, use old_acktr_cont branch. Note that original code performs better on the mujoco tasks than the refactored version; we are still investigating why.