Giter Club home page Giter Club logo

exploration-baselines's Introduction

Exploration baselines

This repository contains a number of environments and algorithms for exploration in RL, with a particular focus on model-based RL.

Constraints

  • Only considers continuous actions
  • Only open source implementations (i.e. not MuJoCo)

Requirements

  • pip install torch
  • pip install gym
  • pip install roboschool==1.0.48
  • pip install box2d-py

Environments

SparseMountainCar

A continuous-action version of the mountain car problem. A reward of +1 is achieved when the car escapes the valley.

Used in:

CartpoleSwingup

A pole that starts facing down. The aim is to swing the pole upright. A reward of +1 is achieved when cos(angle) > 0.8

Used in:

SparseDoublePendulum

Yield a reward of +1 if agent reaches upright position (given some threshold). This is a continuous action version of Acrobot.

Used in:

SparseHalfCheetah

A reward of +1 is achieved when the cheetah moves over five units in the x-axis.

Note: Reward function not work as expected

Used in:

SparseBipedalWalker

A reward of +1 is achieved when the cheetah moves over ten units in the x-axis

Future

Downstream HalfCheetah

This task implements a separate exploration phase in which no reward is provided. Exploration performance is then measured implicitly by measuring task performance in a downstream task. These tasks are running and flipping:

Used in:

Pusher task

Used in:

Ant Maze

Navigate an ant through a U-shaped maze. Exploration performance is measured as the fraction of states visited. Currently only implemented in MuJoCo

Used in:

Sparse VizDoom

Requires discrete actions

Used in:

Swimmer Gather

Currently only implemented in MuJoCo

PyBox2D Maze

Used in

References

Notes

In Parameter state noise for exploration, the authors demonstrate that Hopper and Walker2d do not require exploration due to well-shaped rewards, but that half-cheetah does (due to convergence to local minima, namely, flipping on back and wiggling).

In Large-Scale Study of Curiosity-Driven Learning, the authors show naive exploration can solve MountainCar, CartPole, LunarLander and Acrobot:

Baselines

exploration-baselines's People

Contributors

alec-tschantz avatar berenmillidge 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.