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

FYI warnings running installation "check your install" #109

Open
dougedmunds opened this issue Feb 12, 2019 · 3 comments
Open

FYI warnings running installation "check your install" #109

dougedmunds opened this issue Feb 12, 2019 · 3 comments

Comments

@dougedmunds
Copy link

After installation per instructions at
http://spinningup.openai.com/en/latest/user/installation.html#installing-spinning-up

I ran the PPO in the LunarLander-v2 code in the "Check your Install" sectoin

The following warnings were issued when plotting the results using this code:
python -m spinup.run plot /home/dae/spinningup/data/installtest/installtest_s0

You might note the first one for code updates.

/home/dae/spinningup/spinup/utils/plot.py:87: FutureWarning: read_table is deprecated, use read_csv instead, passing sep='\t'.
exp_data = pd.read_table(os.path.join(root,'progress.txt'))
/home/dae/anaconda3/envs/spinningup/lib/python3.6/site-packages/seaborn/timeseries.py:183: UserWarning: The tsplot function is deprecated and will be removed or replaced (in a substantially altered version) in a future release.
warnings.warn(msg, UserWarning)
/home/dae/anaconda3/envs/spinningup/lib/python3.6/site-packages/matplotlib/legend.py:1196: MatplotlibDeprecationWarning:
Legend.draggable() is drepecated in favor of Legend.set_draggable(). Legend.draggable may be reintroduced as a property in future releases.
message="Legend.draggable() is drepecated in "

On Ubuntu 18.04.1 LTS

@dadhichi1
Copy link

same issue

@FlavioLorenzi
Copy link

Same. Did you solve it?

@threepebbles
Copy link

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants