Automated Financial Trading Introduction - Environment creation (FinRock)

Поделиться
HTML-код
  • Опубликовано: 9 окт 2024

Комментарии • 17

  • @wh4u67
    @wh4u67 10 месяцев назад +1

    Sir this channel is best for learning things about ML and AI love these videos

    • @PyLessons
      @PyLessons  10 месяцев назад

      Thank you for your kind words, I appreciate that! :)

  • @yugio5991
    @yugio5991 11 месяцев назад +2

    The datafeeder is similar to pytorch data loader implementation. Nice work and interesting package.

    • @PyLessons
      @PyLessons  11 месяцев назад

      Thank you mate, its only the beginning ! :)

  • @shouvikdey7078
    @shouvikdey7078 11 месяцев назад

    Excited to view the complete series. One Request, Please do not use FinRL module for main RL tasks such as env. Please try to build an environment from scratch. With built in envs it not interesting.

    • @PyLessons
      @PyLessons  10 месяцев назад +1

      Hey, great to know that someone is interested! :) As you may see, I already started creating environment from scratch (in this tutorial). I didn't had time to work on it, but next week I am continuing on it and hope to release second part soon!

  • @唐永春-w3z
    @唐永春-w3z 10 месяцев назад

    不错

  • @strongboy316
    @strongboy316 8 месяцев назад

    That btc sinusoidal data looks too sinusoidal? I'm not a programmer just a crypto trader starting to get into this, but btc isn't usually that predictable bouncing between support and resistance. How will the AI learn to trade from data that isn't representative of typical btc price action?

    • @PyLessons
      @PyLessons  8 месяцев назад

      This sinusoidal data is to find all bugs and to check whether our AI agent is learning anything. The code will be used to train model on real data :) Even not sure if this will work, but I'll try

  • @ApexArtistX
    @ApexArtistX 11 месяцев назад

    Please do a tutorial of AI bot learning toplay web games watching pixel screens not in built game gymnasium... perhaps custom env gymnasium with RAY Rllib tensorflow library.. Waiting for it

    • @PyLessons
      @PyLessons  10 месяцев назад

      Hey, it's not a problem to create such tutorial, problem is that RL requires many iterations to start learning something. I don't have such resources to run 100 simultaneous custom environments

  • @X_Algorithmic-Trading
    @X_Algorithmic-Trading 6 месяцев назад

    Well done, but when I run your code, No module named 'finrock', how to fix this?

    • @PyLessons
      @PyLessons  6 месяцев назад

      I assume I already replied you in GitHub, install it locally: `pip install .`

  • @karanrathi7073
    @karanrathi7073 10 месяцев назад

    Bro. In handwriting word recognition accuracy is not printing how to do it?? Please help.

    • @PyLessons
      @PyLessons  10 месяцев назад

      Hey, it seems you wrote comment to wrong video