Giter Club home page Giter Club logo

Comments (8)

yun-long avatar yun-long commented on June 19, 2024

hi,

  1. the training reward is logged in tensorboard. you can to to saved and run

tensorboard --logdir=./

  1. the plots in the first row are position [x, y, z] and the plots in the second row are velocity [x, y, z]

  2. the plotting is done here

from agile_flight.

HarukiKozukapenguin avatar HarukiKozukapenguin commented on June 19, 2024
  1. Which directory should I run this command (tensorboard --logdir=./), or should I run this command b/f I run python3 -m python.run_vision_ppo --render 0 --train 1?

from agile_flight.

HarukiKozukapenguin avatar HarukiKozukapenguin commented on June 19, 2024

I move to a directory of saved/PPO_(num) and I run tensorboard --logdir=./ then I can seer transition of each reward.
Thank you!

from agile_flight.

HarukiKozukapenguin avatar HarukiKozukapenguin commented on June 19, 2024

@yun-long

I have one question about interpretation of TensorBoard.
I can see rewards transition when I learns in the simulation, but I do not know how what does it means.

  1. I think the reward is a sum of reward of each episode, Is it correct?
  2. Is this rewards a rewards when agent trains? or rewards when agent evaluate?

from agile_flight.

yun-long avatar yun-long commented on June 19, 2024

Hi,

the reward you see on Tensorboard is from here.

In summary, contains the sum reward and each individual reward component. The reward is a training reward, not an evaluation reward.

from agile_flight.

HarukiKozukapenguin avatar HarukiKozukapenguin commented on June 19, 2024

@yun-long
Which code writes these rewards to TensorBoard?

from agile_flight.

yun-long avatar yun-long commented on June 19, 2024

hi

the code is here

from agile_flight.

HarukiKozukapenguin avatar HarukiKozukapenguin commented on June 19, 2024

Thank you!

from agile_flight.

Related Issues (20)

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.