Skip to content

Simple test of acme RL library. Also see https://github.com/deepmind/acme

Notifications You must be signed in to change notification settings

drozzy/acme_rl_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acme_rl_example

Simple example of acme RL library. Takes the official colab tutorial https://github.com/deepmind/acme/blob/master/examples/tutorial.ipynb and makes it runnable with all the necessary dependencies (except for jax and mujoco).

Installation

  1. Install apt-get dependency

    sudo apt-get install -y xvfb     
    
  2. Create conda env with all necessary dependencies:

    conda env create -f environment.yml
    
  3. Activate the environment

    conda activate acme-rl-example
    
  4. Lunch Jupyter and run the notebook:

    jupyter notebook
    

About

Simple test of acme RL library. Also see https://github.com/deepmind/acme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages