Skip to content

Commit c3d3588

Browse files
authored
Fix links (#242)
1 parent be9af7a commit c3d3588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rl-algorithms/ppo-isaacgymenvs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
:octicons-beaker-24: Experimental
2727

28-
The [ppo_continuous_action_isaacgym.py](https://github.com/vwxyzjn/cleanrl/blob/master/cleanrl/experimental/ppo_continuous_action_isaacgym.py) has the following features:
28+
The [ppo_continuous_action_isaacgym.py](https://github.com/vwxyzjn/cleanrl/blob/master/cleanrl/ppo_continuous_action_isaacgym/ppo_continuous_action_isaacgym.py) has the following features:
2929

3030
- Works with IsaacGymEnvs.
3131
- Works with the `Box` observation space of low-level features
@@ -113,7 +113,7 @@ Additionally, `charts/consecutive_successes` means the number of consecutive epi
113113

114114
### Implementation details
115115

116-
[ppo_continuous_action_isaacgym.py](https://github.com/vwxyzjn/cleanrl/blob/master/cleanrl/experimental/ppo_continuous_action_isaacgym.py) is based on `ppo_continuous_action.py` (see related [docs](/rl-algorithms/ppo/#ppo_continuous_actionpy)), with a few modifications:
116+
[ppo_continuous_action_isaacgym.py](https://github.com/vwxyzjn/cleanrl/blob/master/cleanrl/ppo_continuous_action_isaacgym/ppo_continuous_action_isaacgym.py) is based on `ppo_continuous_action.py` (see related [docs](/rl-algorithms/ppo/#ppo_continuous_actionpy)), with a few modifications:
117117

118118
1. **Different set of hyperparameters**: `ppo_continuous_action_isaacgym.py` uses hyperparameters primarily derived from [rl-games](https://github.com/Denys88/rl_games)' configuration (see [example](https://github.com/NVIDIA-Omniverse/IsaacGymEnvs/blob/main/isaacgymenvs/cfg/train/AntPPO.yaml)). The basic spirit is to run more `total_timesteps`, with larger `num_envs` and smaller `num_steps`.
119119

0 commit comments

Comments
 (0)