Skip to content

Commit

Permalink
feat: update SheepRLv0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
michele-milesi authored and alexpalms committed Nov 29, 2023
1 parent f9c86d2 commit 8b651f0
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions sheeprl/configs/exp/custom_exp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ defaults:
- override /env: custom_env
- _self_

# Experiment
total_steps: 1024
per_rank_batch_size: 16

# Buffer
buffer:
share_data: False
Expand All @@ -18,18 +14,22 @@ buffer:
checkpoint:
save_last: True

cnn_keys:
encoder: [frame]
mlp_keys:
encoder:
- own_character
- own_health
- own_side
- own_wins
- opp_character
- opp_health
- opp_side
- opp_wins
- stage
- timer
- action
# Experiment
algo:
total_steps: 1024
per_rank_batch_size: 16
cnn_keys:
encoder: [frame]
mlp_keys:
encoder:
- own_character
- own_health
- own_side
- own_wins
- opp_character
- opp_health
- opp_side
- opp_wins
- stage
- timer
- action

0 comments on commit 8b651f0

Please sign in to comment.