Skip to content

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

@giadefa

Description

@giadefa

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]

Activity

MarcoMeter

MarcoMeter commented on Jul 29, 2020

@MarcoMeter
Contributor

Hi!

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

self-assigned this
on Jul 29, 2020
awjuliani

awjuliani commented on Jul 29, 2020

@awjuliani
Contributor

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.

changed the title [-]NAPPO: Modular and scalable reinforcement learning in pytorch reaching new high in obstacle tower challenge[/-] [+]PyTorchRL: Modular and scalable reinforcement learning in pytorch reaching new high in obstacle tower challenge[/+] on Feb 11, 2021
giadefa

giadefa commented on Feb 11, 2021

@giadefa
Author

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

  • It is scalable on multi GPUs and multi nodes and
  • It provides a modular approach which helps in developping multiple algorithms, both on-policy and off-policy, We provide several.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @MarcoMeter@giadefa@awjuliani

      Issue actions

        PyTorchRL: Modular and scalable reinforcement learning in pytorch reaching new high in obstacle tower challenge · Issue #124 · Unity-Technologies/obstacle-tower-env