jurgisp / memory-maze

Evaluating long-term memory of reinforcement learning algorithms
MIT License
129 stars 13 forks source link

Randomize colors for smaller mazes #16

Closed jurgisp closed 1 year ago

jurgisp commented 1 year ago

Added environment variants

MemoryMaze-9x9-6CL-v0
MemoryMaze-11x11-6CL-v0
MemoryMaze-13x13-6CL-v0

where target colors are chosen from all 6 available colors, the same as in 15x15.

Fixes #15