Skip to content

Commit

Permalink
[rllib] PPO Thread Limit (ray-project#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardliaw committed Feb 27, 2018
1 parent f43328f commit b79597d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/ray/rllib/ppo/ppo.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"device_count": {"CPU": 4},
"log_device_placement": False,
"allow_soft_placement": True,
"intra_op_parallelism_threads": 1,
"inter_op_parallelism_threads": 2,
},
# Batch size for policy evaluations for rollouts
"rollout_batchsize": 1,
Expand Down

0 comments on commit b79597d

Please sign in to comment.