The Wayback Machine - https://web.archive.org/web/20201126051809/https://github.com/ageron
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Popular repositories

  1. A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.

    Jupyter Notebook 21.7k 11.7k

  2. A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.

    Jupyter Notebook 11.6k 5.4k

  3. Notebooks for my "Deep Learning with TensorFlow 2 and Keras" course

    Jupyter Notebook 1.7k 472

  4. Exercises and solutions to accompany my Safari course introducing TensorFlow.

    Jupyter Notebook 166 109

  5. A tiny implementation of Deep Q Learning, using TensorFlow and OpenAI gym

    Python 82 42

  6. Forked from jtoy/awesome-tensorflow

    TensorFlow - A curated list of dedicated resources http://tensorflow.org

    67 56

143 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2020

Created 2 commits in 1 repository

Created an issue in tensorflow/agents that received 1 comment

env.step(1) => AttributeError: 'int' object has no attribute 'item'

The following code raises an exception: from tf_agents.environments import suite_gym env = suite_gym.load('Breakout-v4') env.reset() env.step(1) Th…

1 comment
You can’t perform that action at this time.