We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| ataitler/pyrddlgym | canonical | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| lngamma | Ran | ataitler/pyrddlgym/pyRDDLGym/core/simulator.py code served (permissive licence) · get_code("811876aebc326ffb") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
We present pyRDDLGym, a Python framework for auto-generation of OpenAI Gym environments from RDDL declerative description. The discrete time step evolution of variables in RDDL is described by conditional probability functions, which fits naturally into the Gym step scheme. Furthermore, since RDDL is a lifted description, the modification and scaling up of environments to support multiple entities and different configurations becomes trivial rather than a tedious process prone to errors. We hope that pyRDDLGym will serve as a new wind in the reinforcement learning community by enabling easy and rapid development of benchmarks due to the unique expressive power of RDDL. By providing explicit access to the model in the RDDL description, pyRDDLGym can also facilitate research on hybrid approaches for learning from interaction while leveraging model knowledge. We present the design and built-in examples of pyRDDLGym, and the additions made to the RDDL language that were incorporated into the framework.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2211.05939")
get_code_for_paper("2211.05939")
have("2211.05939")
Connect an agent — have() is free.