Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@smilesun
Copy link
Owner

No description provided.

SebGruber1996 and others added 30 commits May 24, 2018 16:24
updating local branch
:wq
Merge branch 'master' into sebastian
smilesun and others added 23 commits June 26, 2018 10:07
…ormance_shiny; trying to make all plots work as standalone methods in mentioned file, so shiny app is redundant; implemented plot_2d_weights, plot_3d_weights and plot_2d_action_value - plot_3d_action_value still todo; playing blackops4 now
Minimal code example for this:

library(rlR)
env = makeGymEnv("CartPole-v1")
conf = getDefaultConf("AgentDQN")
conf$set(render = TRUE, console = FALSE, agent.store.model = TRUE)
agent = makeAgent("AgentDQN", env, conf)
perf = agent$learn(10L)

perf$plot_2d_weights()
perf$plot_3d_weights()
perf$plot_2d_action_value()
perf$plot_3d_action_value(iteration = 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants