Closed marcdelabarrera closed 5 months ago
Yeah, MountainCarContinuous-v0
is not a brax
environment. You can see the list of them here!.
You should get rid of the BraxGymnaxWrapper
and just use the Gymnax env directly! The BraxGymnaxWrapper
turns a Brax env into a gymnax interface.
Let me know if you have any more problems!
As the title says, I'm trying to solve the
gymnax
environmentcontinuous_mountain_car.py
. But when using theBraxGymnaxWrapper
, I get aKeyError: 'MountainCarContinuous-v0'
because this is not abrax
environment. Am I missing something?I'd like to create my own environment and solve it with
purejaxrl
but I´d like to seeppo_continuous_action
in action before.