microsoft / TextWorld

​TextWorld is a sandbox learning environment for the training and evaluation of reinforcement learning (RL) agents on text-based games.
Other
1.23k stars 188 forks source link

Add optional and repeatable quests. #288

Closed MarcCote closed 2 years ago

MarcCote commented 3 years ago

This PR aims at fixing issue #287

codecov-commenter commented 2 years ago

Codecov Report

Merging #288 (2ea3df0) into master (117e22e) will decrease coverage by 0.00%. The diff coverage is 86.84%.

:exclamation: Current head 2ea3df0 differs from pull request most recent head d9518f8. Consider uploading reports for the commit d9518f8 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #288      +/-   ##
==========================================
- Coverage   83.90%   83.90%   -0.01%     
==========================================
  Files          62       62              
  Lines        7990     8014      +24     
==========================================
+ Hits         6704     6724      +20     
- Misses       1286     1290       +4     
Impacted Files Coverage Δ
textworld/generator/game.py 94.70% <80.76%> (-0.50%) :arrow_down:
textworld/envs/tw.py 97.34% <100.00%> (-0.03%) :arrow_down:
textworld/generator/inform7/world2inform7.py 90.20% <100.00%> (+0.17%) :arrow_up: