Giter Club home page Giter Club logo

rl_demos's Introduction

This is a repo for demonstrating policy proximal optimization (PPO) on a few openai gym reinforcement learning (RL) environments at The Australian Institute for Machine Learning (AIML) https://www.adelaide.edu.au/aiml/

The code can run in its own environment but so that it is reproducible it is recommended to use the docker image.

Install

There are two ways to use this repo, 1. create a venv and run it or 2. use the docker container (recommended)

Conda Env

Install swig: sudo apt-get install swig

  • Create and environment: conda env create -f environment.yml
  • Activate it: conda activate rl_demos

Docker

Usage

To run: python rl_demos/demos/rl_demo --gym_env {environment name} --demo_type {discrete/continuous}

i.e. to run the Acrobot: python rl_demos/demos/rl_demo --gym_env Acrobot-v1 --demo_type discrete

To change demos, edit the relevant config file and change the type i.e. Acrobot-v1

(Docker) To run:

  1. First clone this repo
  2. Build the dockerfile
  3. run docker-compose up

Different environments can be run by changing the command args in the docker-compose.yml

Note: To kill the demo hit 'q'

Environments

Discrete PPO

Working demos:

Continuous PPO

Working demos:

rl_demos's People

Contributors

podgorki avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.