Skip to content
/ easysim Public

A library for creating Gym environments with unified API to various physics simulators

License

Notifications You must be signed in to change notification settings

NVlabs/easysim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasySim

Prerequisites

This code is tested with Python 3.8 on Linux.

Installation

For good practice for Python package management, it is recommended to install the package into a virtual environment (e.g., virtualenv or conda).

First clone the repo and install with pip's editable mode.

git clone git@github.com:NVlabs/easysim.git
cd easysim
pip install -e .[dev]

About

A library for creating Gym environments with unified API to various physics simulators

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages