JuliaReinforcementLearning / GridWorlds.jl

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

refactor terminal rendering #100

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Remove unnecessary methods from abstract_grid_world.jl and move some of those methods to terminal_rendering.jl that are only relevant to terminal rendering.
  2. Remove method get_world_with_agent. Keep things simple.