Skip to content

wadaniel/simple-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-rl

This repo contains a Python implementation of VRACER with Ref-ER and a couple of examples. VRACER Configuration parameters can be found in the constructor of the Vracer class.

Requirements

Install python packages with

pip install -r requirements.txt

Content

simple-rl
│   README.md
│   requirements.txt
│   simpleagent.py
│   replaymemory.py
│   vracer.py
|
└───examples
    │
    └───cartpole
    │   │   README.md
    │   │   cartpole.py
    │   │   environment_simple.py
    │   │   environment_vracer.py
    │
    └───gym
        │   README.md
        │   requirements.txt
        │   environment_vracer.py

GPU usage

Tenesorflow may access the GPU and slow down execution, avoid this with

export CUDA_VISIBLE_DEVICES=''

About

experimental

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages