Skip to content

Commit

Permalink
chore: revert config
Browse files Browse the repository at this point in the history
  • Loading branch information
EdanToledo committed Feb 22, 2025
1 parent f23e83a commit 307fe75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stoix/configs/arch/anakin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ architecture_name: anakin
# --- Training ---
seed: 42 # RNG seed.
update_batch_size: 1 # Number of vectorised gradient updates per device.
total_num_envs: 128 # Total Number of vectorised environments across all devices and batched_updates. Needs to be divisible by n_devices*update_batch_size.
total_timesteps: 1e6 # Set the total environment steps.
total_num_envs: 1024 # Total Number of vectorised environments across all devices and batched_updates. Needs to be divisible by n_devices*update_batch_size.
total_timesteps: 1e7 # Set the total environment steps.
# If unspecified, it's derived from num_updates; otherwise, num_updates adjusts based on this value.
num_updates: ~ # Number of updates

Expand Down

0 comments on commit 307fe75

Please sign in to comment.