Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of warnings when plotting #11

Open
Farquhar13 opened this issue Nov 1, 2023 · 0 comments
Open

Get rid of warnings when plotting #11

Farquhar13 opened this issue Nov 1, 2023 · 0 comments
Labels

Comments

@Farquhar13
Copy link
Collaborator

Farquhar13 commented Nov 1, 2023

/Users/collinfarquhar/miniforge3/envs/rllib/lib/python3.8/site-packages/numpy/core/fromnumeric.py:3464: RuntimeWarning: Mean of empty slice.
  return _methods._mean(a, axis=axis, dtype=dtype,
/Users/collinfarquhar/miniforge3/envs/rllib/lib/python3.8/site-packages/numpy/core/_methods.py:192: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/Users/collinfarquhar/miniforge3/envs/rllib/lib/python3.8/site-packages/matplotlib/cbook/__init__.py:1335: ComplexWarning: Casting complex values to real discards the imaginary part
  return np.asarray(x, float)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant