Git Product home page Git Product logo

Comments (8)

Kismuz avatar Kismuz commented on June 8, 2024

- 17.02.18: First results on applying guided policy search idea (GPS) to btgym setup:
https://github.com/Kismuz/btgym/blob/master/examples/guided_a3c.ipynb

Documentation on GPS API: https://kismuz.github.io/btgym/btgym.research.gps.html

- tensorboard summaries are updated with additional renderings: actions distribution, value function and LSTM_state; presented in the same notebook.

from btgym.

Kismuz avatar Kismuz commented on June 8, 2024

from btgym.

Kismuz avatar Kismuz commented on June 8, 2024
  • 14.10.2018: update: base reward function redesign
    • two aux. reward potential functions excluded ( -> reward bias removed);
    • state potential function f1 computation logic redesigned making estimation less noisy and more consistent;
    • results in noticeable performance gain; skip_frame parameter now can be set as low as 2 frames per action (was: ~10 for stable convergence).

from btgym.

Kismuz avatar Kismuz commented on June 8, 2024
  • 11.12.2018: updates and fixes:

  • 17.11.2018: updates and fixes:

    • minor fixes to base data provider class episode sampling
      update to btgym.datafeed.synthetic subpackage: new stochastic processes generators added etc.
      new btgym.research.startegy_gen_5 subpackage: efficient parameter-free signal preprocessing implemented, other minor improvements

from btgym.

Kismuz avatar Kismuz commented on June 8, 2024
  • 18.01.2019: updates:

    • data model classes are under active development to power model-based framework:

      • common statistics incremental estimator classes has been added (mean, variance, covariance, linear regression etc.);
      • incremental Singular Spectrum Analysis class implemented;
      • for a pair of asset prices, two-factor state-space model is proposed
    • new data_feed iterator classes has been added to provide training framework with synthetic data generated by model mentioned above;

    • strategy_gen_6 data handling and pre-processing has been redesigned:

      • market data SSA decomposition;
      • data model state as additional input to policy
      • variance-based normalisation for broker statistics

from btgym.

Kismuz avatar Kismuz commented on June 8, 2024
  • 25.01.2019: updates:
    • lstsm_policy class now requires both internal and external observation sub-spaces to be present and allows both be one-level nested
      sub-spaces itself (was only true for external); all declared sub-spaces got encoded by separate convolution encoders;
    • policy deterministic action option is implemented for discrete action spaces and can be utilised by syncro_runner; by default it is enabled for test episodes;

from btgym.

Kismuz avatar Kismuz commented on June 8, 2024
  • 9.02.2019:
    • Introduction to analytic data model notebook added to model_based_stat_arb examples folder.

from btgym.

Kismuz avatar Kismuz commented on June 8, 2024
  • 24.02.2019:
    • Public Slack channel added. Join here.

from btgym.

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.