GithubHelp home page GithubHelp logo

gym-fetch-stack's Introduction

Gym Fetch Stack

Mujoco Block Stacking Gym Reinforcement Learning Environments.
(Modified from OpenAI Robotics Gym Environments)

These environments are made for use with DDPG with Curiosity Driven Exploration and Multi-Criteria Hindsight Experience Replay

Setup

(You need a Mujoco License. Follow the instructions to set up Mujoco here.)

In the gym_fetch_stack root dir, use

pip install -e .

In your python code, use:

import gym
import gym_fetch_stack
env = gym.make("FetchStack2Stage3-v1")

Curriculum Stages

We use three curriculum stages to train an agent to stack blocks:

  • Stage 1: basic manipulation tasks without having to create stacks
  • Stage 2: stacking blocks where the environment is initialized at various stages of completion
  • Stage 3: stacking blocks where all blocks all initialized away from their target locations

A video example of the different stages can found here.

Environments Available:

Incremental Rewards (Sparse reward for each correctly placed block):

(FetchStacki has i blocks in the environment to stack)

  • FetchStack2Stage1-v1

  • FetchStack3Stage1-v1

  • FetchStack4Stage1-v1

  • FetchStack2Stage2-v1

  • FetchStack3Stage2-v1

  • FetchStack4Stage2-v1

  • FetchStack2Stage3-v1

  • FetchStack3Stage3-v1

  • FetchStack4Stage3-v1

Binary Rewards (Single Sparse reward for completed stack):

  • FetchStack2SparseStage1-v1

  • FetchStack3SparseStage1-v1

  • FetchStack4SparseStage1-v1

  • FetchStack2SparseStage2-v1

  • FetchStack3SparseStage2-v1

  • FetchStack4SparseStage2-v1

  • FetchStack2SparseStage3-v1

  • FetchStack3SparseStage3-v1

  • FetchStack4SparseStage3-v1

gym-fetch-stack's People

Contributors

cdmch avatar jblanier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gym-fetch-stack's Issues

License

Hi, I'd like to use the environment in my research. However, I could not find a license file in this repository.
Could you state whether I am allowed to use your code or best add a license file?

Thanks,
Jens

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.