openai / spinningup

An educational resource to help anyone learn deep reinforcement learning.
https://spinningup.openai.com/
MIT License
10.18k stars 2.23k forks source link

FYI warnings running installation "check your install" #109

Open dougedmunds opened 5 years ago

dougedmunds commented 5 years ago

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 commented 5 years ago

same issue

FlavioLorenzi commented 5 years ago

Same. Did you solve it?

threepebbles commented 4 years ago

same issue