Stable Baselines3 Tutorial: Beginner's Guide to Choosing Reinforcement Learning Algorithms

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 5

  • @RoboCode123
    @RoboCode123 4 หลายเดือนก่อน +3

    Thank you so much, that’s really useful! Was always wondering how to choose between them. Good luck to your channel!

  • @FaryhSan
    @FaryhSan 6 หลายเดือนก่อน

    Very helpful video. Is there any reason to use sb3 rather than writing algorithms on your own using pytorch/keras/tf?

    • @johnnycode
      @johnnycode  6 หลายเดือนก่อน

      With SB3, you can start training something immediately using their out-of-the-box algorithms. You can, of course, implement an algorithm yourself and have full control of the logic.

    • @FaryhSan
      @FaryhSan 5 หลายเดือนก่อน

      @@johnnycode Oh that makes sense thanks.

    • @agenticmark
      @agenticmark 16 วันที่ผ่านมา

      some people learn more from rolling their own, some just get lost. those who get lost should start with a framework and when the fundamentals "stick" - start implementing more of the base pieces of your program, classic or ML