Viewing a single comment thread. View all comments

Modruc t1_jdk903e wrote

Great project! One question though, is there any reason why you are not using existing RL models instead of creating your own, such as stable baselines?

5

nicku_a OP t1_jdkd2ax wrote

Libraries like stable baselines/rl zoo are actually quite inflexible and hard to fit to your own problem. We’re introducing (with plans to add way more!) RL algorithms that you can use, edit and tune to your specific needs faster and more flexibly.

5

nicku_a OP t1_jdkd7qf wrote

We’ve also shown that using these libraries as-they-come is far slower for real problems than what we can offer!

3