Giter Site home page Giter Site logo

Comments (4)

wkirgsn avatar wkirgsn commented on May 30, 2024

line colors do not match with matplotlib.styles but rather are predetermined. This does not fit visually.

from gym-electric-motor.

atra94 avatar atra94 commented on May 30, 2024

Topics for the further development of the motor dashboard in the next sprint could be the following:

  • Include plots that are episode based. (One point per episode and not one point per step). A good introductory example could be a mean reward per episode plot.
  • Shift redundant code of the step based plots (StatePlot RewardPlot ActionPlot) into a common base class
  • Develop a clean interface to configure the plots. Ideally, common attributes in different plots (e.g. x-Axis length) should be set only once.
  • (Optional:) Add the possibility to plot multiple states per plot. (e.g. all currents or all actions into one graph)

from gym-electric-motor.

praneeth-b avatar praneeth-b commented on May 30, 2024
  • code improved by moving repeated code to a base class : 'MotorDashboardPlot'
    -Configuring of common parameters done only once in the current implementation
  • Implemented episode based plot- 'Mean episode reward' in a separate figure. A working implementation made. Certain aesthetic improvements and cleanup pending.

Screenshot from 2020-07-17 16-03-25

from gym-electric-motor.

wallscheid avatar wallscheid commented on May 30, 2024

Side note for further implementations: The new additional mean reward plot is currently only available on a per episode basis. However, for the general motor control problem it would be also fine to perform the control task on a continuing fashion without any episodes (except terminations due to constraints). A future extension to the mean reward plotter should therefore be a moving average style plot with a configurable moving average filter (plotted on the per-step grid e.g. in the same sub-plot as the instanous reward).

from gym-electric-motor.

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.