Skip to content

Commit

Permalink
🚀 [RofuncRL] Update RofuncRL task list
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Dec 26, 2023
1 parent 8fe4382 commit dded89c
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 46 deletions.
82 changes: 41 additions & 41 deletions README.md

Large diffs are not rendered by default.

Binary file added doc/img/AntRofuncRLPPO.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/AntRofuncRLPPO.mp4
Binary file not shown.
Binary file added doc/img/FrankaCabinetRofuncRLPPO.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/FrankaCabinetRofuncRLPPO.mp4
Binary file not shown.
Binary file added doc/img/HumanoidRofuncRLPPO.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/HumanoidRofuncRLPPO.mp4
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def inference(custom_args):
parser.add_argument("--sim_device", type=int, default=0)
parser.add_argument("--rl_device", type=int, default=gpu_id)
parser.add_argument("--headless", type=str, default="True")
parser.add_argument("--inference", action="store_false", help="turn to inference mode while adding this argument")
parser.add_argument("--inference", action="store_true", help="turn to inference mode while adding this argument")
parser.add_argument("--ckpt_path", type=str, default=None)
custom_args = parser.parse_args()

Expand Down
8 changes: 4 additions & 4 deletions examples/learning_rl/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@ The following are examples of reinforcement learning methods for robot learning.
- Performance
- `ModelZoo <https://github.com/Skylark0924/Rofunc/blob/main/rofunc/config/learning/model_zoo.json>`_
* - `Ant <https://github.com/Skylark0924/Rofunc/blob/main/rofunc/learning/RofuncRL/tasks/isaacgymenv/ant.py>`_
-
- .. image:: ../../../img/AntRofuncRLPPO.gif
-
- ✅
* - `Cartpole <https://github.com/Skylark0924/Rofunc/blob/main/rofunc/learning/RofuncRL/tasks/isaacgymenv/cartpole.py>`_
-
-
-
-
* - `FrankaCabinet <https://github.com/Skylark0924/Rofunc/blob/main/rofunc/learning/RofuncRL/tasks/isaacgymenv/franka_cabinet.py>`_
-
- .. image:: ../../../img/FrankaCabinetRofuncRLPPO.gif
-
- ✅
* - `FrankaCubeStack <https://github.com/Skylark0924/Rofunc/blob/main/rofunc/learning/RofuncRL/tasks/isaacgymenv/franka_cube_stack.py>`_
Expand All @@ -170,7 +170,7 @@ The following are examples of reinforcement learning methods for robot learning.
-
-
* - `Humanoid <https://github.com/Skylark0924/Rofunc/blob/main/rofunc/learning/RofuncRL/tasks/isaacgymenv/humanoid.py>`_
-
- .. image:: ../../../img/HumanoidRofuncRLPPO.gif
-
- ✅
* - `HumanoidAMP_backflip <https://github.com/Skylark0924/Rofunc/blob/main/rofunc/learning/RofuncRL/tasks/isaacgymenv/humanoid_amp.py>`_
Expand Down

0 comments on commit dded89c

Please sign in to comment.