You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: