Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
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.
-
Notebooks for my "Deep Learning with TensorFlow 2 and Keras" course
-
Exercises and solutions to accompany my Safari course introducing TensorFlow.
-
Forked from jtoy/awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
143 contributions in the last year
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…