Algorithms

Algorithm pages describe what each checked-in entrypoint runs, where its config lives, and which command shape selects it. For general flags, see CLI Reference.

Algorithm

Style

Entrypoint

Config Evidence

PPO

synchronous on-policy

src/unilab/scripts/train_rsl_rl.py

src/unilab/conf/ppo/config.yaml

APPO

async on-policy

src/unilab/scripts/train_appo.py

src/unilab/conf/appo/config.yaml

SAC

off-policy

src/unilab/scripts/train_sac.py

src/unilab/conf/sac/config.yaml

TD3

off-policy

src/unilab/scripts/train_td3.py

src/unilab/conf/td3/config.yaml

FlashSAC

off-policy

src/unilab/scripts/train_flashsac.py

src/unilab/conf/flashsac/config.yaml