JuliaReinforcementLearning / GridWorlds.jl

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

rearrange codebase #173

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Remove objects.jl. Somehow I forgot to remove it earlier.
  2. Merge directions.jl and actions.jl into navigation.jl.
  3. Remove module RLBaseEnvModule and move the RLBase API for each environment into its respective module.
  4. Each env module is divided into sections. The first section is game logic. The second section is miscellaneous methods (visualization etc..). The third section is RLBase API.