this post was submitted on 31 Oct 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 11 months ago
MODERATORS
 

This is by far the most controversial design decision that was ever made regarding openai gym/gymnasium, and a blog post into why it was done in detail has been published: https://farama.org/Gymnasium-Terminated-Truncated-Step-API

you are viewing a single comment's thread
view the rest of the comments
[–] ihexx@alien.top 1 points 10 months ago

yeah it makes sense to standardize this. Before you had to do wierd hacks which were unique to each environment to figure out what 'done' meant.

And if you want the old api back it's trivial to write a wrapper.