Unity-Technologies / obstacle-tower-env

Obstacle Tower Environment
Apache License 2.0
540 stars 124 forks source link

PyTorchRL: Modular and scalable reinforcement learning in pytorch reaching new high in obstacle tower challenge #124

Open giadefa opened 4 years ago

giadefa commented 4 years ago

Hi, don't know if it is the right place, but it is probably relevant for anyone interested in obstacle-tower-env.

https://arxiv.org/abs/2007.02622

We have scaled up our second position approach in the official challenge. We now reach a max of 23.6 floors on the test seeds and consistently above 20. Good news is that there is more work to do, as it does seem to plateau with the current method. The entire code and trained policies will be available soon.

[If there is a better place to put this let me and delete it]

MarcoMeter commented 4 years ago

Hi!

I could imagine a section on the readme.md to list such publications.

awjuliani commented 4 years ago

Hi @giadefa

This is great work to see, and I have no problem keeping this issue open so it can be discovered. The work is relevant to helping others who might want to get started doing research with Obstacle Tower.

giadefa commented 3 years ago

HI, We have just release the final version of PyTorchRL: https://github.com/PyTorchRL/pytorchrl Main points are:

and the final paper: https://arxiv.org/abs/2007.02622

The docs: https://pytorchrl.readthedocs.io/en/latest/

I think that this is relevant for people who would like to try multiple algorithms or scale it up. We would be happy to work with people who are keen on this.

Best, Gianni