huggingface / simulate

🎢 Creating and sharing simulation environments for embodied and synthetic data research
https://huggingface.co/docs/simulate
Apache License 2.0
187 stars 13 forks source link

[XLand] Change predicates functions to be python objects #172

Open aliciafmachado opened 2 years ago

aliciafmachado commented 2 years ago

So far, we are using defined functions as predicates here for xland task generation. In the future, we could use python objects instead, so that an user can define a custom object.

aliciafmachado commented 2 years ago

@natolambert