Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SilasMarvin/Episodic-Reinforcement-Learning-With-Associative-Memory-Example

This is an example of Episodic Reinforcement Learning With Associative Memory using Google's Jax library with OpenAI's Cart Pole Environment
https://github.com/SilasMarvin/Episodic-Reinforcement-Learning-With-Associative-Memory-Example

Last synced: about 1 month ago
JSON representation

This is an example of Episodic Reinforcement Learning With Associative Memory using Google's Jax library with OpenAI's Cart Pole Environment

Awesome Lists containing this project

README

        

# Episodic-Reinforcement-Learning-With-Associative-Memory-Example
This is an example of Episodic Reinforcement Learning With Associative Memory using Google's Jax library with OpenAI's Cart Pole Environment

The code is annotated to reference specific equations and algorithms in the paper.

The link for the paper: https://openreview.net/pdf?id=HkxjqxBYDB

Dependencies are in run/requirements.txt

The code is ran by running "python3 run/"