rl-ecology / sb3 /hyperpars /tqc-asm-v0-3.yml
cboettig's picture
Upload sb3/hyperpars/tqc-asm-v0-3.yml with huggingface_hub
3516fb5 verified
raw
history blame contribute delete
261 Bytes
# stable-baselines3 configuration
algo: "TQC"
env_id: "Asm-v0"
n_envs: 6
tensorboard: "/home/jovyan/logs"
total_timesteps: 12000000
config: {"learning_rate": 0.0001,
"learning_starts": 1000,
}
use_sde: True
id: "3"
repo: "cboettig/rl-ecology"