GitXplorerGitXplorer
d

robust-grasp

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
dc5903bac901951c8f37ade77e2aaae408c28667

Add to do list

ddavidsonic committed 6 years ago
Unverified
16aec2ad6d9ffaf68ecceef267474a070196c7f0

Add to do list

ddavidsonic committed 6 years ago
Unverified
77f18ac09d37904294e673af5a9ffd325d2b20dd

Add to do list

ddavidsonic committed 6 years ago
Unverified
1ce84dc47d002365cc04509f2aebb4cd0af9fd69

Add to do list

ddavidsonic committed 6 years ago
Unverified
200e73d85ddedf1998b39ea51ac4b8de65473147

First commit

ddavidsonic committed 6 years ago

README

The README file for this repository.

Robust Grasping

**Reimplementation of "Robust Adversarial RL" Paper (https://arxiv.org/abs/1703.02702)

Requirements

Usage

  • [MPI multiprocessing] (mpi installed)

    • Enable 8 workers: mpirun -np 8 python main_mujoco_robust.py
  • [PPO & Robust Agent]

    • PPO.py
    • PPO_RARL.py
    • Policy network: MlpPolicy.py
  • [Training]

    • Train robust agent: python main_mujoco_robust.py
    • Train ppo agent: python main_mujoco_ppo.py
    • Eval agent: python eval.py
  • [Visualization]

    • Plot with variation python visualize.py
usage: run_mujoco_ppo.py [-h] [--env ENV] [--seed SEED] [--sr SR]

optional arguments:
  -h, --help   show this help message and exit
  --env ENV    environment ID (default: HopperAdv-v1)
  --seed SEED  RNG seed (default: 10)
  --sr SR      success reward (default: 3800.0)

png

To-do list

  • [x] Add rendering code for adversarial force in gym-adv
  • [x] Add new robotic manipulation environment