Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

lightonai/reinforcement-learning-opu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.