Finish notebook. Update readme.

This commit is contained in:
anxieuse 2022-07-24 19:47:56 +03:00
parent b298d76961
commit 3498ad5dcd
2 changed files with 263 additions and 215 deletions

File diff suppressed because one or more lines are too long

View File

@ -83,6 +83,7 @@ After running one of those algorithms, we can expect our CartPole to behave like
Continue your learning in the following notebooks:
* [RL in TensorFlow](CartPole-RL-TF.ipynb)
* [RL in PyTorch](CartPole-RL-PyTorch.ipynb)
## Other RL Tasks