Skip to content

Commit

Permalink
Add ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
benellis3 committed Sep 23, 2022
1 parent 6ba4490 commit c355c24
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
pip install --upgrade pip
pip install --ignore-installed six
pip install sacred numpy scipy gym==0.10.8 matplotlib seaborn pyyaml pygame pytest probscale imageio snakeviz tensorboard-logger wandb
pip install -U git+https://github.com/benellis3/smac.git@smac-v2
pip install -U git+https://github.com/oxwhirl/smacv2.git@ranges
4 changes: 3 additions & 1 deletion src/config/envs/sc2_gen_protoss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ env_args:
reward_win: 200
replay_dir: ""
replay_prefix: ""
conic_fov: True
conic_fov: False
use_unit_ranges: True
min_attack_range: 2
num_fov_actions: 12
obs_own_pos: True
capability_config:
Expand Down
4 changes: 3 additions & 1 deletion src/config/envs/sc2_gen_terran.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ env_args:
reward_win: 200
replay_dir: ""
replay_prefix: ""
conic_fov: True
conic_fov: False
use_unit_ranges: True
min_attack_range: 2
num_fov_actions: 12
obs_own_pos: True
capability_config:
Expand Down
4 changes: 3 additions & 1 deletion src/config/envs/sc2_gen_zerg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ env_args:
reward_win: 200
replay_dir: ""
replay_prefix: ""
conic_fov: True
conic_fov: False
use_unit_ranges: True
min_attack_range: 2
num_fov_actions: 12
obs_own_pos: True
capability_config:
Expand Down

0 comments on commit c355c24

Please sign in to comment.