Skip to content

Commit 0497626

Browse files
committed
Update figure 8 example
1 parent 6292620 commit 0497626

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ python examples/disturbance.py
7373

7474
---
7575

76-
### Figure‑8 / RL example
76+
### Figure‑8 / RL environment
7777

78-
A scripted figure‑8 tracking example and a reference environment usable for training RL agents. This demonstrates how to use the provided environments for training and deployment; example RL setups for PPO and SHAC are provided as references.
78+
A scripted figure‑8 environment intended for evaluation or as a training target. The example shows how to create vectorized envs, apply the NormalizeActions wrapper and step/render the environment. It does not include any agent implementations — integrate the environment with your preferred RL training code (Stable Baselines3, RLlib, custom JAX trainers, etc.).
7979

8080
Run:
8181
```bash

0 commit comments

Comments
 (0)