JuliaReinforcementLearning / GridWorlds.jl

Help! I'm lost in the flatland!
MIT License
46 stars 9 forks source link

update act! for all envs & some bug fixes #176

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Change the move_* methods to take CartesianIndex{2} arguments.
  2. Update act! methods for all environments. Check if action argument is a valid action. Simplify and use new move_* methods.
  3. Fix get_pretty_tile_map method in SokobanDirected.
  4. Fix buggy reset! behavior in TransportUndirected.