JuliaML / OpenAIGym.jl

OpenAI's Gym binding for Julia
Other
105 stars 20 forks source link

GymEnv: Base.show support #21

Closed iblislin closed 5 years ago

iblislin commented 5 years ago

e.g.

julia> e
GymEnv MsPacman-v4
  TimeLimit
  r  = 0.0
  ∑r = 0.0
codecov-io commented 5 years ago

Codecov Report

Merging #21 into master will increase coverage by 1.75%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage    61.7%   63.46%   +1.75%     
==========================================
  Files           1        1              
  Lines          47       52       +5     
==========================================
+ Hits           29       33       +4     
- Misses         18       19       +1
Impacted Files Coverage Δ
src/OpenAIGym.jl 63.46% <80%> (+1.75%) :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 6f37a26...9b17ce6. Read the comment docs.

JobJob commented 5 years ago

Nice