JuliaML / OpenAIGym.jl

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

Speed part 1 #11

Closed JobJob closed 5 years ago

JobJob commented 5 years ago

Adds a state type param, improves type inference, and speed.

Requires JuliaML/Reinforce.jl/pull/23

This builds on #10

iblislin commented 5 years ago

okay, next one is this. but i'm going to :zzz: first.

codecov-io commented 5 years ago

Codecov Report

Merging #11 into master will increase coverage by 9.13%. The diff coverage is 91.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   51.28%   60.41%   +9.13%     
==========================================
  Files           1        1              
  Lines          39       48       +9     
==========================================
+ Hits           20       29       +9     
  Misses         19       19
Impacted Files Coverage Ξ”
src/OpenAIGym.jl 60.41% <91.3%> (+9.13%) :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 f6e27aa...67df22c. Read the comment docs.

JobJob commented 5 years ago

πŸŽ‰ πŸ™Œ