Skip to content

Jack-Etheredge/DeepReinforcementLearningInAction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Reinforcement Learning In Action

Code Snippets from the Deep Reinforcement Learning in Action book from Manning, Inc

How this is Organized

The code snippets, listings, and projects are all embedded in Jupyter Notebooks organized by chapter. Visit http://jupyter.org/install for instructions on installing Jupyter Notebooks.

Requirements

In order to run many of the projects, you'll need at least the NumPy library and PyTorch.

pip install -r requirements.txt

Alternatively, use poetry:

poetry install
poetry shell

Add the poetry virtual environment kernel to jupyter:

poetry shell
pip install ipykernel
python -m ipykernel install --user --name=deep-rl-notebooks-poetry

Contribute

If you experience any issues running the examples, please file an issue. If you see typos or other errors in the book, please edit the Errata.md file and create a pull request.

About

Code from the Deep Reinforcement Learning in Action book from Manning, Inc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%