Farama-Foundation / D4RL

A collection of reference environments for offline reinforcement learning
Apache License 2.0
1.35k stars 285 forks source link

[Question] More than 1 goal point for mazes #224

Open Abc11c opened 1 year ago

Abc11c commented 1 year ago

Question

Hi,

I was wondering if it's possible to add more than one goal or introduce sub-goals in the maze_2d environments ?

I'm currently looking at set_target func here

Any suggestions as to how to proceed or is there some other env that already offers this ?

Thanks!