Skip to content

Commit

Permalink
Update config.py with 8 env
Browse files Browse the repository at this point in the history
  • Loading branch information
saidineshpola authored Jan 30, 2024
1 parent fa97ad6 commit 0e11d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reinforcement_learning/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Config:
# Trainer Args
seed = 768
num_cores = None # Number of cores to use for training
num_envs = 6 # Number of environments to use for training
num_envs = 8 # Number of environments to use for training
num_buffers = 2 # Number of buffers to use for training
rollout_batch_size = 2**15 # Number of steps to rollout
eval_batch_size = 2**15 # Number of steps to rollout for eval
Expand Down

0 comments on commit 0e11d5a

Please sign in to comment.