Skip to content

IssacGym implementations of various environments with Barrier Function inspired reward shaping

License

Notifications You must be signed in to change notification settings

hskalin/barrier_shaping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barrier Function Inspired Reward Shaping

IssacGym implementations of various environments with Barrier Function inspired reward shaping

Environment Setup

Download and extract the Isaac Gym preview release. Supported Python versions are 3.7 or 3.8. Next create a conda or venv virtual environment and launch it.

python3 -m venv rl-env
source rl-env/bin/activate

In the python subdirectory of the extracted folder, run:

pip install -e .

This will install the isaacgym package and all of its dependencies in the active Python environment. Now clone this repo using git.

git clone https://github.com/hskalin/multi-rl.git

Running

In the multi-rl directory run

python run.py --exp-name PPO --env-id Ant

Credits

About

IssacGym implementations of various environments with Barrier Function inspired reward shaping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages