huggingface / huggingface/simulate
[XLand] Change predicates functions to be python objects
Open
enhancement
- Dominant language
- Python
- Stars
- 195
- Forks
- 13
- Avg merge
- 58m
- Merged PRs (30d)
- 1
Description
So far, we are using defined functions as predicates [here](https://github.com/huggingface/simenv/blob/main/environments/xland/src/xland/game/generation.py#L15) for xland task generation. In the future, we could use python objects instead, so that an user can define a custom object.
Contributor guide
Assessment
This issue has not been assessed yet.