lightonai / reinforcement-learning-opu

Code to perform Model-Free Episodic Control using Aurora OPUs

Home Page:https://medium.com/@LightOnIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model-Free Episodic Control with Optical Random Features

GitHub license Twitter

This is the code to reproduce the video of the Tackling Reinforcement Learning with the Aurora OPU blog post on Medium.

Requirements

Please install required Python packages with pip install -r requirements.txt.

Reproducing our results

To run the script with the Atari 2600 version of the MsPacman game, execute in the shell:

python main.py --env="MsPacman-v0"

This creates a video file bestrun.mp4 of the best recorded run.

To see available commands, use python main.py --help.

Access to Optical Processing Units

To request access to LightOn Cloud and try our photonic co-processor, please visit: https://cloud.lighton.ai/

For researchers, we also have a LightOn Cloud for Research program, please visit https://cloud.lighton.ai/lighton-research/ for more information.

About

Code to perform Model-Free Episodic Control using Aurora OPUs

https://medium.com/@LightOnIO

License:MIT License


Languages

Language:Python 100.0%