Skip to content

Commit

Permalink
scale params
Browse files Browse the repository at this point in the history
  • Loading branch information
PWhiddy committed Feb 1, 2023
1 parent c4450a3 commit df64e86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions baselines/ray_exp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ hnswlib
numpy
seaborn
pyboy
tensorboard
git+https://github.com/PWhiddy/mediapy.git
4 changes: 2 additions & 2 deletions baselines/ray_exp/train_ray.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
ppo.PPOConfig()
.environment(RedGymEnv, env_config=env_config)
.framework("torch")
.resources(num_gpus=1)
.rollouts(num_rollout_workers=3)
.resources(num_gpus=4)
.rollouts(num_rollout_workers=48)
.training(
model={
"grayscale": True,
Expand Down

0 comments on commit df64e86

Please sign in to comment.