Skip to content

Leo428/dmcgym

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmcgym

A fork of dmc2gym refactored to remove parts implemented in other gym wrappers and add support for interactive rendering.

Installation

pip install git+https://github.com/ikostrikov/dmcgym.git

Usage

import gym
import dmcgym

env = gym.make('cheetah-run-v0')

Manipulation Tasks

For manipulation tasks, only features versions are loaded. To get pixel observations, please call a pixel wrapper, such as PixelObservationWrapper.

To load a manipulation task, specify the environment as follows: env = gym.make('reach_duplo-v0').

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%