Skip to content

Commit

Permalink
finish removal of prioritised buffers
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
  • Loading branch information
matteobettini committed Sep 26, 2023
1 parent 0497855 commit f4530c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions benchmarl/conf/experiment/base_experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ on_policy_minibatch_size: 400

off_policy_memory_size: 1_000_000
off_policy_train_batch_size: 15_000
off_policy_prioritised_alpha: 0.7
off_policy_prioritised_beta: 0.5

evaluation: True
evaluation_interval: 20
Expand Down
2 changes: 0 additions & 2 deletions benchmarl/experiment/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ class ExperimentConfig:

off_policy_memory_size: int = MISSING
off_policy_train_batch_size: int = MISSING
off_policy_prioritised_alpha: float = MISSING
off_policy_prioritised_beta: float = MISSING

evaluation: bool = MISSING
evaluation_interval: int = MISSING
Expand Down

0 comments on commit f4530c9

Please sign in to comment.