Skip to content

Latest commit

 

History

History
 
 

meta_a2c

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Meta-A2C

This is a change on top of the A2C algorithm from the OpenAI baselines as of commit 1b09243. For now, the code is customized to work with the NASGym.

Changes in files with respect to the original A2C

  • policies.py: Accepts more inputs for the meta approach
  • meta_a2c.py: Instantiates the meta-network and runs adapts the batches of experiments to provide the meta inputs.
  • runner.py: Generates the meta inputs.