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

A2C and A3C implementation #97

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 1, 2020

  1. remove unnecessary files

    Julien Look (CI/CBW2) committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    b21f1a0 View commit details
    Browse the repository at this point in the history
  2. remove dqn, double dqn

    Julien Look (CI/CBW2) committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    3e5ad1b View commit details
    Browse the repository at this point in the history
  3. change naming convention

    Julien Look (CI/CBW2) committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    9e27c52 View commit details
    Browse the repository at this point in the history
  4. delete redundant cartpole repository

    Julien Look (CI/CBW2) committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    4fd2b9b View commit details
    Browse the repository at this point in the history
  5. update READMEs

    Julien Look (CI/CBW2) committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    91c2552 View commit details
    Browse the repository at this point in the history
  6. remove wiki

    Julien Look (CI/CBW2) committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    6e3b05b View commit details
    Browse the repository at this point in the history
  7. update README

    Julien Look (CI/CBW2) committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    84d7beb View commit details
    Browse the repository at this point in the history
  8. A2C - add timestamp to graph

    Julien Look (CI/CBW2) committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    8c9b415 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. test git on windows

    juice1000 committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    d0c8a74 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    55cee31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f70d8d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Add files via upload

    Set Argparse to render environment or load model of previous game
    juice1000 authored Feb 16, 2020
    Configuration menu
    Copy the full SHA
    5c7a37d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Create WIP A3C_cart script that builds on A2C with treading, improve …

    …A2C_cart
    Julien Look (CI/CBW2) committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    50b7ca5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    54c6f7f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. cartpole - A3C selfmade with plotting and current_thread, but predict…

    …ion of actor and critic disabled
    juice1000 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    92b28ad View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. cartpole - create A2C model running with modified model from A3C, cur…

    …rent_thread for cartpole_a3c
    juice1000 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    1a8c028 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    04dd41f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. cartpole - test_mode after training with same amount of episodes to c…

    …ompare before/after performance
    juice1000 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    fbabac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a84c29f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    cff4ee2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Update README.md

    juice1000 authored May 31, 2020
    Configuration menu
    Copy the full SHA
    654be60 View commit details
    Browse the repository at this point in the history