openai / gym

A toolkit for developing and comparing reinforcement learning algorithms.
https://www.gymlibrary.dev
Other
34.3k stars 8.59k forks source link

Gym Docs Page Is Down #718

Closed donamin closed 6 years ago

donamin commented 6 years ago

Hi https://gym.openai.com/docs This address is not working.

TheShoutingParrot commented 6 years ago

Me too. I just get redirected to their github (here)

danhec95 commented 6 years ago

Page down, redirected to this github.

Dudd3r commented 6 years ago

Same here.

israelzuniga commented 6 years ago

Both leaderboard and docs sites are down. Seems that now as OpenAI is fully focusing on the library:

https://twitter.com/gdb/with_replies

gdb commented 6 years ago

Yep, that's accurate — we'll do a static export of the site soon, but we really haven't maintained it at all, and the library is the focus of the project!

patrafter1999 commented 6 years ago

gym/universe is a truly great framework to experiment RL. Since the doc site is gone now, there is no way but to read through all source codes when you try to find out about an environment such as available actions, game descriptions, etc. Although the site may not be perfect, it will be greatly appreciated if you can get the site back up as soon as possible. Great work!!

korroktheslavemaster commented 6 years ago

https://scoreboard-site-1764008611.us-west-2.elb.amazonaws.com/ They changed dns https://twitter.com/gdb/status/908101501058400256 I guess this will have to do until they do the static export

superxingzheng commented 6 years ago

The site is helpful when people want to look for best implementations or algorithms.

icoxfog417 commented 6 years ago

The leaderboard site is not only useful to share the training result, but also a good first challenge for the beginners to tackle with reinforcement learning.

I held the hands-on event for novices and its goal is to upload the agent to OpenAI Gym site. Many participants had a fun to do it. I understand it is not the main work of OpenAI, but it was so great feature. So I hope it'll keep on somewhere.

image

image

(Sorry for only Japanese) https://github.com/icoxfog417/techcircle_openai_handson

gdb commented 6 years ago

I have an update!

I'm super appreciative that this thread exists — honestly we weren't sure whether there was enough demand to even make the read-only export worthwhile. Thanks everyone, and look forward to seeing how @hardmaru's setup works!

Lastly, if any old links are still broken, please let me know and I'll fix them.

patrafter1999 commented 6 years ago

Thanks a million, gdb!!!!!!!!!!

patrafter1999 commented 6 years ago

The main links in https://gym.openai.com/read-only.html still lead us to github site. However, https://scoreboard-site-1764008611.us-west-2.elb. amazonaws.com/ works. I'm just happy with it.

On Fri, Sep 15, 2017 at 12:31 PM, Greg Brockman notifications@github.com wrote:

I have an update!

I'm super appreciative that this thread exists — honestly we weren't sure whether there was enough demand to even make the read-only export worthwhile. Thanks everyone, and look forward to seeing how @hardmaru https://github.com/hardmaru's setup works!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/openai/gym/issues/718#issuecomment-329661594, or mute the thread https://github.com/notifications/unsubscribe-auth/AEVcn62qWF8uWmlziPKmq84BddbfRFjIks5sieGCgaJpZM4PV1IW .

hardmaru commented 6 years ago

As @gdb suggests we can use the community wiki to maintain the leaderboard for various tasks, and also links to write-ups. I put a Leaderboard into the wiki, and started populating some tasks and write-up links here. Anyone is free to edit and add more information to the leaderboard, and help transfer previous scores from the static site to the wiki's leaderboard.

ceobillionaire commented 6 years ago

The Static export ( https://gym.openai.com/read-only.html ) doesn't displays the env. videos and the learning performance curves are missing.

gdb commented 6 years ago

I've checked internally. Sadly, there was a miscommunication about what was included in the static export during the shutdown of the old Gym infra. The production S3 bucket containing the videos and learning curves was deleted. This means that we no longer have copies of the videos and learning curves. Sorry for this — was definitely not our intention. On the plus side, all of that data was uploaded directly from clients, so people still may have the primary copy of what was lost.

The rest of the export is intact and isn't going anywhere.

jner14 commented 6 years ago

@gdb If it were me I would just take down the site completely. As it is now it just reflects poorly on the OpenAI project which I'm personally a fan of. It's very frustrating to not be able to access the site in its entirety.

benelot commented 6 years ago

It is common practice for migration to put up a site in read-only mode. It is not meant to be used any further except for taking the information and reusing it somewhere else. I think a more community driven approach could bebetter anyway.

On Sat, Nov 4, 2017, 00:18 Jason Robinson notifications@github.com wrote:

@gdb https://github.com/gdb If it were me I would just take down the site completely. As it is now it just reflects poorly on the OpenAI project which I'm personally a fan of. It's very frustrating to not be able to access the site in its entirety.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/openai/gym/issues/718#issuecomment-341850067, or mute the thread https://github.com/notifications/unsubscribe-auth/AC97q1yUlhUkuoi2Jyl-NgW4peNNPEPiks5sy59VgaJpZM4PV1IW .

dyelax commented 6 years ago

Super disappointed about this. The ability to easily compare RL results on standardized environments was OpenAI's biggest contribution to the AI community IMO. Sad to see we are regressing in terms of transparency

jner14 commented 6 years ago

@dyelax , I agree. It feels like they just used the community to get a jump start by taking the best algorithms or finding the best talent and now they don't need the rest of us anymore.

gdb commented 6 years ago

As I said above, the Gym website never had a big impact, and so we never maintained it. The Gym library, on the other hand, has been very successful. As this thread is no longer about technical reports, I'm going to close it. Feel free to shoot me an email (gdb@openai.com) if you'd like to discuss anything directly.