google-deepmind / bsuite

bsuite is a collection of carefully-designed experiments that investigate core capabilities of a reinforcement learning (RL) agent
Apache License 2.0
1.51k stars 182 forks source link

Cartpole environment observation parameters #39

Closed kbkartik closed 3 years ago

kbkartik commented 3 years ago

I might have missed this, but are bsuite's cartpole observation parameters in bsuite same as OpenAI's Gym?

Thanks, kb

iosband commented 3 years ago

Not necessarily sure...

You can see the observations here: https://github.com/deepmind/bsuite/blob/master/bsuite/environments/cartpole.py#L169