A fork of OpenAI Baselines, implementations of reinforcement learning algorithms
python
data-science
machine-learning
reinforcement-learning
toolbox
openai
gym
reinforcement-learning-algorithms
baselines
-
Updated
May 28, 2020 - Python
Describe the bug
In current master branch, we calculate the GTC by calling srl_zoo/plotting/representation_plot.py. In particular, in the function
plotCorrelation, we call numpy to compute the correlation.However in the [numpy.corrcoef doc](https://docs.scipy.org/doc/numpy/reference/generated/nu