This repository was archived by the owner on May 6, 2021. It is now read-only.
v0.3.6
ReinforcementLearningZoo v0.3.6
Closed issues:
- JuliaRL_PPO_Pendulum action_space not defined error (#164)
- JuliaRL_A2C_CartPole experiment hook TotalRewardPerEpisode not work (#168)
Merged pull requests:
- Add REM-DQN(Random Ensemble Mixture) method (#160) (@pilgrimygy)
- Fix ppo pendulum example (#165) (@albheim)
- Fix bug in multi action ppo (#169) (@albheim)
- Fix SAC Pendulum example (#170) (@albheim)
- Add dueling network (#171) (@pilgrimygy)
- Fix GaussianNetwork stddev and replace SACPolicyNetwork (#172) (@albheim)
- SAC multidimensional actions (#173) (@albheim)
- Fix a bug (#174) (@pilgrimygy)
- QRDQN implementation (#176) (@Mobius1D)