JuliaReinforcementLearning / GridWorlds.jl

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

revamp playing and replaying #175

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Remove Play module and move all its contents into the GridWorlds module.
  2. Remove hardcoded delimiters and simplify the format of the recording file.
  3. Don't forward get_action_names for RLBaseEnv type. Only forward show and play! for now.
codecov-commenter commented 3 years ago

Codecov Report

Merging #175 (66d5f7a) into master (f7b8632) will decrease coverage by 0.22%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
- Coverage   62.92%   62.70%   -0.23%     
==========================================
  Files          27       27              
  Lines        2654     2665      +11     
==========================================
+ Hits         1670     1671       +1     
- Misses        984      994      +10     
Impacted Files Coverage Δ
src/play.jl 0.00% <0.00%> (ø)
src/rlbase.jl 25.00% <0.00%> (+5.00%) :arrow_up:
src/abstract_grid_world.jl 11.00% <0.00%> (-0.92%) :arrow_down:
src/envs/dynamic_obstacles_directed.jl 57.95% <0.00%> (+2.27%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f7b8632...66d5f7a. Read the comment docs.