Coder Social home page Coder Social logo

Do the results vary significantly between Tonic + TensorFlow vs. Pytorch? And are the default hyperparams in Tonic the same as the ones used to generate this data? about tonic_data HOT 1 CLOSED

slerman12 avatar slerman12 commented on September 18, 2024
Do the results vary significantly between Tonic + TensorFlow vs. Pytorch? And are the default hyperparams in Tonic the same as the ones used to generate this data?

from tonic_data.

Comments (1)

fabiopardo avatar fabiopardo commented on September 18, 2024

The TensorFlow and PyTorch sections of the library are written to be as similar as possible. For example the default arguments for tf.keras.layers.Dense and tf.keras.optimizers.Adam are slightly modified to match PyTorch. When I compared results for both frameworks I got very similar results but I could not afford to run the same large scale benchmark for PyTorch because the off-policy agents are much slower to run as shown in the paper.

The hyperparameters used for the benchmark are the default ones, except for the number of steps per epoch in tonic.Trainer. I used 500,000 for the benchmark to get only 100 points per graph, making the benchmark lighter. The defaut hyperparameters for both frameworks should be identical.

from tonic_data.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.