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 189 forks source link

Typo in 'reset' function #291

Closed chrispan68 closed 2 years ago

chrispan68 commented 2 years ago

Minor typo. I think it should be self.obs, not self.ob.

codecov-commenter commented 2 years ago

Codecov Report

Merging #291 (37c4786) into master (a7cdac9) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #291   +/-   ##
=======================================
  Coverage   83.97%   83.97%           
=======================================
  Files          62       62           
  Lines        8019     8019           
=======================================
  Hits         6734     6734           
  Misses       1285     1285           
Impacted Files Coverage Δ
textworld/gym/envs/textworld_batch.py 71.05% <100.00%> (ø)
MarcCote commented 2 years ago

Thanks for fixing this typo. I'll merge the PR after all tests passed.