Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TF v2 #469

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

TF v2 #469

wants to merge 5 commits into from

Commits on Aug 4, 2020

  1. Upgrade week 6 reinforce homework to tf 2 (#447)

    * upgrade to tf 2
    
    * add a suggestion for students
    
    Co-authored-by: MichaelSolotky <>
    MichaelSolotky committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    0b89b6c View commit details
    Browse the repository at this point in the history
  2. tf==2.0 => tf >= 2.0

    justheuristic committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9fbabb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5461e46 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Upgrade atari_wrapper to tf2 (#452)

    * add actor-critic theory
    
    * update tf functions for tf2 api
    
    * bug + code style fix
    
    * revert the import of tf in a method
    
    * remove TFSummaries
    
    * add tf2 summaries
    
    * remove log_dir from TFSummaries
    
    * bring back links to a2c algo description
    
    * unify notation in formulas
    
    * Add add_summary_scalar() stub to SummariesBase
    
    * Replace default False value with a more idiomatic None
    
    Co-authored-by: MichaelSolotky <>
    Co-authored-by: Lionel Miller <delonorm@gmail.com>
    MichaelSolotky and dniku committed Aug 9, 2020
    1 Configuration menu
    Copy the full SHA
    edfdd1c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Upgrade Week 08 to TF2 (#453)

    * upgrade week08
    
    * fix typos and bad codestyle solutions
    
    * unify crop size with pytorch version
    
    Co-authored-by: MichaelSolotky <>
    MichaelSolotky committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    e1d78e0 View commit details
    Browse the repository at this point in the history