The Wayback Machine - https://web.archive.org/web/20220517082110/https://github.com/topics/ray
Skip to content
#

ray

Here are 209 public repositories matching this topic...

jimthompson5802
jimthompson5802 commented May 15, 2022

What happened + What you expected to happen

The shim tune.create_scheduler() does not properly parse the keyword parameters passed in a dictionary for the pb2 scheduler. For this call

pb2_parm_dict = {"time_attr": "time_total_s", "metric": "metric_score", "mode": "min",
                 "hyperparam_bounds": {"param1": [0, 1]}}

pb2_scheduler = create_scheduler("pb2", **pb2_pa
bug good first issue tune P2
codeflare
raghukiran1224
raghukiran1224 commented Jul 22, 2021

Overview

As a CFP user, I would like to split a dataset (e.g., np array, pandas dataframe) into smaller objects that can then be fed into other nodes/pipeline. This is especially useful when we have compute intensive tasks and would like to parallelize it eas

good first issue help wanted cfp-datamodel user-story

A custom MARL (multi-agent reinforcement learning) environment where multiple agents trade against one another (self-play) in a zero-sum continuous double auction. Ray [RLlib] is used for training.

  • Updated Mar 11, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the ray topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ray topic, visit your repo's landing page and select "manage topics."

Learn more