Giter VIP home page Giter VIP logo

Comments (4)

almogmor avatar almogmor commented on July 17, 2024 1

from atari-skiing-rl.

Adamantios avatar Adamantios commented on July 17, 2024

Hi,
Do you mean the gif animation?
After searching for the optimal hyperparameters, I trained the agent using the following arguments:
skiing.py --replay_memory 5000 --agent_history 5 --downsample 2 --frame_skipping 3 --fit_frequency 3 --final_epsilon 0.1 --decay 1e-5 --observe 5e4 --batch 64 --learning_rate 0.95
The --no_render argument was also used in order to train the model fast and not have to wait for the graphics to render.
After the training had finished, I used the trained agent (--agent argument) and ran the script only for one episode, using the argument --record in order to record it and --recording_name_prefix in order to name the file as trained-agent.
Finally, I recorded the script for an untrained agent without random steps (--no_operation set to 0) and named the recorded file as untrained_agent.
In order to generate the comparison gif, I used a video editing program to sync the two gifs duration and render them side by side.

I just noticed that I have not updated the Readme file to contain the recording arguments, though you can use the --help argument which will show the most recent help description.

from atari-skiing-rl.

almogmor avatar almogmor commented on July 17, 2024

from atari-skiing-rl.

Adamantios avatar Adamantios commented on July 17, 2024

Hello, the agent was trained for 10,000 episodes in order to get the demonstrated results.

from atari-skiing-rl.

Related Issues (1)

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.