JuliaReinforcementLearning / GridWorlds.jl

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

Create benchmark table #147

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago

Summarize benchmarks using BenchmarkTools.@btime into a table so that multiple environments can be compared.

Sid-Bhatia-0 commented 3 years ago

Done concisely with one table per environment. Extracted data from BenchmarkTools.@benchmark instead of using BenchmarkTools.@btime.