Skip to content

Meta learner A3C algorithm with a neural relational memory module

License

Notifications You must be signed in to change notification settings

gaceladri/meta_relational_A3C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meta relational asynchronous actor critic (A3C)

Meta learner A3C algorithm with a neural relational memory module. It's currently solving a very simple contextual bandits problem. Further experimentation with some other problems are expected in a near future.

Results

Usage

To install the dependencies run:

pip install -r requeriments.txt

To run the algorithm:

python agent.py

References

[1] Original A3C algorithm taken from https://github.com/awjuliani Arthur Juliani repo.

[2] "Relational Recurrent Neural Networks", Santoro et al., 2018.

About

Meta learner A3C algorithm with a neural relational memory module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages