toybox-rs / Toybox

The Machine Learning Toybox for testing the behavior of autonomous agents.
http://toybox.rs
27 stars 12 forks source link

try some pytorch models #40

Open jjfiv opened 6 years ago

jjfiv commented 6 years ago

The following already works with a 'gym': https://github.com/pytorch/examples/blob/master/reinforcement_learning/actor_critic.py

etosch commented 5 years ago

@akanksha95 : were you looking into using pytorch models? We'd like a test case for this, so if you are looking to use pytorch+toybox we can work with you on that.

akanksha-atrey commented 5 years ago

@etosch not at the moment but I might later on! I will let you know when/if I do.

jjfiv commented 5 years ago

https://github.com/medipixel/rl_algorithms Discovered from this thread: https://www.reddit.com/r/MachineLearning/comments/bewcp6/p_rainbowiqn_that_reaches_the_perfect_score_21_on/ dabney et al