Replies: 1 comment 2 replies
-
Well. But now we need the function proposed by Jun: gen_dataset("JuliaRL-CartPole-BasicDQN", policy, env) Because of lacking MuJoCo license, I only train the model by d4rl dataset but there is no way to test it. So we need to train algorithms in some simple env supported by RLEnv.jl, such as CartPole, Pendulum. What do you think? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Last week my work was:
To extend the package to d4rl datasets and google research dqn atari replay datasets.
My goal this week would be to finish the rest of the work in #413 and make the package ready for registration.
Beta Was this translation helpful? Give feedback.
All reactions