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

Machine Learning

1 readers
1 users here now

Community Rules:

founded 2 years 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

top 4 comments
sorted by: hot top controversial new old
[–] glitch83@alien.top 1 points 2 years ago (1 children)

Probably to support models with options?

[–] jkterry1@alien.top 1 points 2 years ago

The linked blog post explains the reason, it wasn't for that

[–] HyperPotatoNeo@alien.top 1 points 2 years ago

The reasoning makes sense. I think this is a positive change

[–] ihexx@alien.top 1 points 2 years 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.