mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
25 lines
902 B
Plaintext
25 lines
902 B
Plaintext
# Copy this file to .env.sweep and fill in values.
|
|
|
|
# Required for wandb runs and sweep agent workers.
|
|
WANDB_API_KEY=
|
|
WANDB_ENTITY=
|
|
WANDB_PROJECT=capstone
|
|
|
|
# Required for private repo bootstrap workers.
|
|
GITHUB_TOKEN=
|
|
|
|
# Optional defaults for bootstrap mode.
|
|
# REPO_URL=https://github.com/org/repo.git
|
|
# BRANCH=main
|
|
# WORKDIR=$HOME/PHANTOM-agent
|
|
# SWEEP_ID=entity/project/id
|
|
# AGENT_COUNT=0
|
|
# AGENT_LOOP=1
|
|
# RETRY_SECONDS=20
|
|
|
|
# Optional local benchmark defaults.
|
|
# LOCAL_BENCHMARK_ARGS=--tiers static,surge,linear,qtable,ppo --alpha-values 0.0,0.3 --episodes 3 --total-timesteps 3000 --max-steps 40 --device cpu
|
|
# SIMPLE_BENCHMARK_ARGS=--tiers qtable,ppo,dqn,a2c --alpha-values 0.0,0.15,0.3,0.45,0.6 --episodes 8 --total-timesteps 8000 --max-steps 40 --device cpu
|
|
# PHANTOM_BENCHMARK_COMPARE_ROBUST=1
|
|
# BENCHMARK_AGENT_ARGS=--tiers static,surge,linear,qtable,ppo --alpha-values 0.0,0.3,0.6 --episodes 5
|