Closed h-yamani closed 6 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
alpha is handled the same as prior algorithms - standardised in latest pull request #153
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