All Projects → PacktPublishing → Deep Reinforcement Learning Hands On Second Edition

PacktPublishing / Deep Reinforcement Learning Hands On Second Edition

Licence: mit
Deep-Reinforcement-Learning-Hands-On-Second-Edition, published by Packt

Projects that are alternatives of or similar to Deep Reinforcement Learning Hands On Second Edition

Spotmicroai
SpotMicro AI - How to build a self-learning Robot
Stars: ✭ 357 (-1.38%)
Mutual labels:  jupyter-notebook
Predicting Car Price From Scraped Data
Picture and specifications scraper
Stars: ✭ 360 (-0.55%)
Mutual labels:  jupyter-notebook
Pytorch objectdetecttrack
Object detection in images, and tracking across video frames
Stars: ✭ 358 (-1.1%)
Mutual labels:  jupyter-notebook
Python for geosciences
Introduction to python use in geosciences.
Stars: ✭ 357 (-1.38%)
Mutual labels:  jupyter-notebook
Www20 Hands On Tutorial
Materials for DGL hands-on tutorial in WWW 2020
Stars: ✭ 359 (-0.83%)
Mutual labels:  jupyter-notebook
Machinelearning Deeplearning Nlp Leetcode Statisticallearningmethod Tensorflow
最近在学习机器学习,深度学习,自然语言处理,统计学习方法等知识,理论学习主要根据readme的链接,在学习理论的同时,决定自己将学习的相关算法用Python实现一遍,并结合GitHub上相关大牛的代码进行改进,本项目会不断的更新相关算法,欢迎star,fork和关注。 主要包括: 1.吴恩达Andrew Ng老师的机器学习课程作业个人笔记 Python实现, 2.deeplearning.ai(吴恩达老师的深度学习课程笔记及资源) Python实现, 3.李航《统计学习方法》 Python代码实现, 4.自然语言处理NLP 牛津大学xDeepMind Python代码实现, 5.LeetCode刷题,题析,分析心得笔记 Java和Python代码实现, 6.TensorFlow人工智能实践代码笔记 北京大学曹健老师课程和TensorFlow:实战Google深度学习框架(第二版) Python代码实现, 附带一些个人心得和笔记。GitHub上有很多机器学习课程的代码资源,我也准备自己实现一下,后续会更新笔记,代码和百度云网盘链接。 这个项目主要是学习算法的,并且会不断更新相关资源和代码,欢迎关注,star,fork! Min's blog 欢迎访问我的博客主页! (Welcome to my blog website !)https://liweimin1996.github.io/
Stars: ✭ 359 (-0.83%)
Mutual labels:  jupyter-notebook
Paintschainer
line drawing colorization using chainer
Stars: ✭ 3,612 (+897.79%)
Mutual labels:  jupyter-notebook
Ivpid
Python PID Controller
Stars: ✭ 361 (-0.28%)
Mutual labels:  jupyter-notebook
Portrait Segmentation
Real-time portrait segmentation for mobile devices
Stars: ✭ 358 (-1.1%)
Mutual labels:  jupyter-notebook
Deep learning coronavirus cure
Using deep learning to generate novel molecules as candidates for binding with coronavirus protease
Stars: ✭ 361 (-0.28%)
Mutual labels:  jupyter-notebook
Quantitative Notebooks
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
Stars: ✭ 356 (-1.66%)
Mutual labels:  jupyter-notebook
Graphgym
Platform for designing and evaluating Graph Neural Networks (GNN)
Stars: ✭ 344 (-4.97%)
Mutual labels:  jupyter-notebook
Modern Nlp In Python
Stars: ✭ 360 (-0.55%)
Mutual labels:  jupyter-notebook
Predicting Poverty
Combining satellite imagery and machine learning to predict poverty
Stars: ✭ 358 (-1.1%)
Mutual labels:  jupyter-notebook
Tensorflow Learning
B站上炼数成金的公开课笔记
Stars: ✭ 360 (-0.55%)
Mutual labels:  jupyter-notebook
Cs231nassignment
Stanford CS231n assignment in 2019 spring
Stars: ✭ 358 (-1.1%)
Mutual labels:  jupyter-notebook
Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (-0.83%)
Mutual labels:  jupyter-notebook
Octave kernel
An Octave kernel for IPython
Stars: ✭ 357 (-1.38%)
Mutual labels:  jupyter-notebook
Machine Learning Projects
Machine Learning Experiments and Work
Stars: ✭ 356 (-1.66%)
Mutual labels:  jupyter-notebook
Question generation
Neural question generation using transformers
Stars: ✭ 356 (-1.66%)
Mutual labels:  jupyter-notebook

Deep-Reinforcement-Learning-Hands-On-Second-Edition

Deep-Reinforcement-Learning-Hands-On-Second-Edition, published by Packt

Code branches

The repository is maintained to keep dependency versions up-to-date. This requires efforts and time to test all the examples on new versions, so, be patient.

The logic is following: there are several branches of the code, corresponding to major pytorch version code was tested. Due to incompatibilities in pytorch and other components, code in the printed book might differ from the code in the repo.

At the moment, there are the following branches available:

  • master: contains the code with the latest pytorch which was tested. At the moment, it is pytorch 1.7.
  • torch-1.3-book: code printed in the book with minor bug fixes. Uses pytorch=1.3 which is available only on conda repos.
  • torch-1.7: pytorch 1.7. This branch was tested and merged into master.

All the branches uses python 3.7, more recent versions weren't tested.

Dependencies installation

Anaconda is recommended for virtual environment creation. Once installed, the following steps will install everything needed:

  • change directory to book repository dir: cd Deep-Reinforcement-Learning-Hands-On-Second-Edition
  • create virtual environment with conda create -n rlbook python=3.7
  • activate it: conda activate rlbook
  • install pytorch (update CUDA version according to your CUDA): conda install pytorch==1.7 torchvision torchaudio cudatoolkit=10.2 -c pytorch
  • install rest of dependencies: pip install requirements.txt

Now you're ready to launch and experiment with examples!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].