Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mighty/configs/algorithm/ppo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ algorithm_kwargs:

n_gradient_steps: 1 # one gradient step per rollout
n_epochs: 10 # ten update epochs per rollout
minibatch_size: 128 # 2048 ÷ 64 = 32 minibatches
minibatch_size: 128 # 2048 ÷ 16 = 128 minibatches
kl_target: null # disable KL‑based early stopping
use_value_clip: true

Expand Down
2 changes: 1 addition & 1 deletion mighty/configs/environment/gymnasium/pendulum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ num_steps: 1_000_000
env: Pendulum-v1
env_kwargs: {}
env_wrappers: []
num_envs: 64
num_envs: 16
Loading
Loading