Skip to content

Commit

Permalink
num_rollout_workers to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenWuyifan committed May 1, 2024
1 parent c519c03 commit bf6bc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpha_automl/pipeline_search/agent_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def pipeline_search_rllib(game, time_bound, checkpoint_load_folder, checkpoint_s
num_cpus = int(ray.available_resources()["CPU"])

# load checkpoint or create a new one
algo = load_rllib_checkpoint(game, checkpoint_load_folder, num_rollout_workers=7)
algo = load_rllib_checkpoint(game, checkpoint_load_folder, num_rollout_workers=1)
logger.debug("Create Algo object done")

# train model
Expand Down

0 comments on commit bf6bc00

Please sign in to comment.