UoA-CARES / cares_reinforcement_learning

CARES Reinforcement Learning Package
10 stars 0 forks source link

In the original MAPERTD3 algorithm, the parameter alpha is sent to memory, we do not utilize it, too. #152

Closed h-yamani closed 2 months ago

h-yamani commented 3 months ago

The code for MAPER isn't provided in the GitHub repository. Instead, it's available as supplementary material in their paper, which I believe you downloaded previously from the following link: https://openreview.net/forum?id=WuEiafqdy9H

The SegmentTree baseline they used can be found here: https://github.com/openai/baselines/blob/master/baselines/common/segment_tree.py

beardyFace commented 2 months ago

alpha is handled the same as prior algorithms - standardised in latest pull request #153