Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RL-code-lib/tensorforce
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tensorforce/tensorforce
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 8 files changed
  • 4 contributors

Commits on Jul 29, 2022

  1. Bump mistune from 0.8.4 to 2.0.3 in /docs

    Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3.
    - [Release notes](https://github.com/lepture/mistune/releases)
    - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst)
    - [Commits](lepture/mistune@v0.8.4...v2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: mistune
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c3292ae View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

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

Commits on Mar 25, 2023

  1. Bump tensorflow from 2.8.0 to 2.11.1

    Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.8.0 to 2.11.1.
    - [Release notes](https://github.com/tensorflow/tensorflow/releases)
    - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
    - [Commits](tensorflow/tensorflow@v2.8.0...v2.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: tensorflow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    bb2f506 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    fae5162 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    bwarre471 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    79a3f0d View commit details
    Browse the repository at this point in the history
  3. Update openai_gym.py

    _ in front of kwargs which probably shouldn't be there
    bwarre471 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ab03858 View commit details
    Browse the repository at this point in the history
  4. Merge pull request tensorforce#899 from bwarre471/master

    Set maximum `gym` version for compatibility reasons.
    AlexKuhnle authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    13d6968 View commit details
    Browse the repository at this point in the history
  5. Merge pull request tensorforce#882 from tensorforce/dependabot/pip/do…

    …cs/mistune-2.0.3
    
    Bump mistune from 0.8.4 to 2.0.3 in /docs
    AlexKuhnle authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d33bbb0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request tensorforce#893 from tensorforce/dependabot/pip/te…

    …nsorflow-2.11.1
    
    Bump tensorflow from 2.8.0 to 2.11.1
    AlexKuhnle authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1bf4c3a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    9449dcc View commit details
    Browse the repository at this point in the history
  2. fix agent loading error

    petrosgk committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2237031 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge pull request tensorforce#911 from petrosgk/master

    Use legacy optimizers and fix NotImplementedError when loading an agent
    AlexKuhnle authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2cd5338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    553accd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e15d43 View commit details
    Browse the repository at this point in the history
  4. Merge pull request tensorforce#912 from petrosgk/master

    Display standard deviation of cumulative episode returns in progress bar
    AlexKuhnle authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    cb374b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Bump tensorflow from 2.11.1 to 2.12.1

    Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.1 to 2.12.1.
    - [Release notes](https://github.com/tensorflow/tensorflow/releases)
    - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
    - [Commits](tensorflow/tensorflow@v2.11.1...v2.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: tensorflow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    95dee7d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge pull request tensorforce#914 from tensorforce/dependabot/pip/te…

    …nsorflow-2.12.1
    
    Bump tensorflow from 2.11.1 to 2.12.1
    AlexKuhnle authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d384bdc View commit details
    Browse the repository at this point in the history
Loading