chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:17:40 +08:00
commit f1825c8ceb
10096 changed files with 2364182 additions and 0 deletions
@@ -0,0 +1,17 @@
# @OldAPIStack
hopper-ppo:
env: Hopper-v1
run: PPO
config:
# Works for both torch and tf.
framework: torch
gamma: 0.995
kl_coeff: 1.0
num_epochs: 20
lr: .0001
minibatch_size: 32768
train_batch_size: 160000
num_env_runners: 64
num_gpus: 4
batch_mode: complete_episodes
observation_filter: MeanStdFilter