BFAnas / BranchingDQN_keras

Branching dueling Q-network algorithm implemented in the Keras API for the BipedalWalker environment
5 stars 0 forks source link

Missing Replay buffer code. #1

Open hemanthmav opened 1 year ago

hemanthmav commented 1 year ago

Hi, I can't find the replay buffer code. Can you please upload it?

BFAnas commented 1 year ago

Hi, I'll fix it on the weekend. Meanwhile you can use the replaybuffer class from another library like cpprb, you'll have to change only 3 or 4 lines of the code.