Views
No views yet
| algo | env | seed | reward_mean | reward_std | eval_episodes | best | wandb_url |
|---|---|---|---|---|---|---|---|
| ppo | MicrortsDefeatCoacAIShaped-v3 | 1 | 0.461538 | 0.88712 | 26 | wandb | |
| ppo | MicrortsDefeatCoacAIShaped-v3 | 2 | 0.461538 | 0.84265 | 26 | wandb | |
| ppo | MicrortsDefeatCoacAIShaped-v3 | 3 | 0.692308 | 0.721602 | 26 | * | wandb |
wandb login.# Downloads the model, sets hyperparameters, and runs agent for 3 episodes
python enjoy.py --wandb-run-path=sgoodfriend/rl-algo-impls-benchmarks/1ak14nj4python train.py --algo ppo --env MicrortsDefeatCoacAIShaped-v3 --seed 3git clone git@github.com:sgoodfriend/rl-algo-impls.git
cd rl-algo-impls
bash ./lambda_labs/setup.sh
wandb login
bash ./lambda_labs/benchmark.sh [-a {"ppo a2c dqn vpg"}] [-e ENVS] [-j {6}] [-p {rl-algo-impls-benchmarks}] [-s {"1 2 3"}]additional_keys_to_log:
- microrts_stats
algo: ppo
algo_hyperparams:
batch_size: 3072
clip_range: 0.1
clip_range_decay: none
clip_range_vf: 0.1
ent_coef: 0.01
learning_rate: 0.00025
learning_rate_decay: spike
max_grad_norm: 0.5
n_epochs: 4
n_steps: 512
ppo2_vf_coef_halving: true
vf_coef: 0.5
device: auto
env: Microrts-selfplay-unet
env_hyperparams:
env_type: microrts
make_kwargs:
map_paths:
- maps/16x16/basesWorkers16x16.xml
max_steps: 2000
num_selfplay_envs: 36
render_theme: 2
reward_weight:
- 10
- 1
- 1
- 0.2
- 1
- 4
n_envs: 24
self_play_kwargs:
num_old_policies: 12
save_steps: 200000
swap_steps: 10000
swap_window_size: 4
window: 25
env_id: MicrortsDefeatCoacAIShaped-v3
eval_hyperparams:
deterministic: false
env_overrides:
bots:
coacAI: 2
droplet: 2
guidedRojoA3N: 2
izanagi: 2
lightRushAI: 2
mixedBot: 2
naiveMCTSAI: 2
passiveAI: 2
randomAI: 2
randomBiasedAI: 2
rojo: 2
tiamat: 2
workerRushAI: 2
make_kwargs:
map_paths:
- maps/16x16/basesWorkers16x16.xml
max_steps: 4000
num_selfplay_envs: 0
render_theme: 2
reward_weight:
- 1
- 0
- 0
- 0
- 0
- 0
n_envs: 26
self_play_kwargs: {}
max_video_length: 4000
n_episodes: 26
score_function: mean
step_freq: 1000000
microrts_reward_decay_callback: false
n_timesteps: 300000000
policy_hyperparams:
activation_fn: relu
actor_head_style: unet
cnn_flatten_dim: 256
cnn_style: microrts
v_hidden_sizes:
- 256
- 128
seed: 3
use_deterministic_algorithms: true
wandb_entity: null
wandb_group: null
wandb_project_name: rl-algo-impls-benchmarks
wandb_tags:
- benchmark_4706d8d
- host_192-9-146-21
- branch_selfplay
- v0.0.9