dummy_config.json 191 B

123456
  1. {
  2. "type": "ray.rllib.utils.tests.test_framework_agnostic_components.DummyComponent",
  3. "prop_a": "some-value",
  4. "prop_b": 2.0,
  5. "some_other_kwarg": "this_is_a_component_from_json_file"
  6. }