mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
6 lines
191 B
JSON
6 lines
191 B
JSON
{
|
|
"type": "ray.rllib.utils.tests.test_framework_agnostic_components.DummyComponent",
|
|
"prop_a": "some-value",
|
|
"prop_b": 2.0,
|
|
"some_other_kwarg": "this_is_a_component_from_json_file"
|
|
}
|