[OSPP-Week1] Build Offline Reinforcement Learning framework and test offline DQN #344
pilgrimygy
announced in
Archive
Replies: 1 comment 4 replies
-
Cool.
Cool, is it on your own fork? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@findmyway
Hi, I am a student of the OSPP project Enriching Offline Reinforcement Learning Algorithms in ReinforcementLearning.jl. This summer, my main mission is to implement some modern offline reinforcement learning algorithms in
ReinforcementLearningZoo
and add some relative experiments inReinforcementLearningExperiment
.Week 1:
In this week, I will build an offline RL framework to test the offline RL algorithms. I will only write a simple version (@Mobius1D writes the full version), so I only use it to test our algorithms and don’t make a PR. When @Mobius1D completes this framework, we will unify the interface. Specifically, my work is as follows.
I will create a separate branch later; you can take a look and give some comments.
Beta Was this translation helpful? Give feedback.
All reactions