PathmindAI / pathmind-api

2 stars 1 forks source link

Add util to generate simulations yaml #3

Closed slinlee closed 2 years ago

slinlee commented 2 years ago

To integrate with the webapp UI and the features to select observations or reward terms and track/plot metrics, let's build that into pathmind-api.

It should include:

maxpumperla commented 2 years ago

at least we have the very basics already:

https://github.com/PathmindAI/pathmind-api/blob/main/pathmind/utils.py#L6

it's not difficult to pull off, we just need to agree on a suitable format. I can definitely make a suggestion.