Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
https://ale.farama.org/
GNU General Public License v2.0
2.18k stars 424 forks source link

How can I setup this Arcade-Learning-Enrironment on Windows system #251

Closed canshancai closed 3 years ago

canshancai commented 6 years ago

Dear Mr./Ms,

Many thanks for sharing this great project. I'd like to use ALE as the environment of RL study on windows, but I noticed the setup is based on Linux/MaC OS right? And tried several effort to setup on windows but failed.

Kindly can I ask you whether you developed latest versions which can work on win os? Or, if I didn't find the right way to setup on win os, kindly can guide me?

PS: My environment is Win: Win7,64bit Python: 3.6, 64bit

Many thanks!

mgbellemare commented 6 years ago

Hi,

There's a port of ALE for Visual Studio: https://github.com/Islandman93/Arcade-Learning-Environment

Cheers,

On Fri, Aug 3, 2018 at 1:17 AM canshancai notifications@github.com wrote:

Dear Mr./Ms,

Many thanks for sharing this great project. I'd like to use ALE as the environment of RL study on windows, but I noticed the setup is based on Linux/MaC OS right? And tried several effort to setup on windows but failed.

Kindly can I ask you whether you developed latest versions which can work on win os? Or, if I didn't find the right way to setup on win os, kindly can guide me?

PS: My environment is Win: Win7,64bit Python: 3.6, 64bit

Many thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mgbellemare/Arcade-Learning-Environment/issues/251, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPczutAf-NLFkuB_PPiq9xYiIwRIlrXks5uM9zUgaJpZM4VtY9S .

canshancai commented 6 years ago

Hi, @mgbellemare , Thanks for your reply.

I download your linked repository, and find two sln(in visual project), after compilation with V2015(in src folder), there are many errors tips. It means "https://github.com/Islandman93/Arcade-Learning-Environment" can't compile directly and should modify/replace hxx/cxx muanually, especially we should make useage of "https://github.com/MartinBrazdil/The-Arcade-Learning-Environment-0.4.4-Visual-Studio-2013-Windows-8.1-x64", right?

Many thanks.

mgbellemare commented 6 years ago

Hi,

Unfortunately the Visual Studio port is outside of my area of expertise. Hopefully someone else can help.

Cheers,

On Mon, Aug 6, 2018 at 1:58 AM canshancai notifications@github.com wrote:

Hi, @mgbellemare https://github.com/mgbellemare , Thanks for your reply.

I download your linked repository, and find two sln(in visual project), after compilation with V2015(in src folder), there are many errors tips. It means "https://github.com/Islandman93/Arcade-Learning-Environment" can't compile directly and should modify/replace hxx/cxx muanually, especially we should make useage of " https://github.com/MartinBrazdil/The-Arcade-Learning-Environment-0.4.4-Visual-Studio-2013-Windows-8.1-x64", right?

Many thanks.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mgbellemare/Arcade-Learning-Environment/issues/251#issuecomment-410597271, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPczr2p9eJ55ciaAdDTURV1n8DtmAe8ks5uN9sJgaJpZM4VtY9S .

canshancai commented 6 years ago

Thanks anyway, I think I will setup my Linux environment.

christopher-hesse commented 5 years ago

atari_py now has windows wheels available, try pip install atari_py https://pypi.org/project/atari-py/#files

Pit-Storm commented 4 years ago

All people looking for an answer, see here: https://github.com/openai/gym/issues/1726

JesseFarebro commented 3 years ago

The ALE can now be compiled on Windows using dependencies provided by vcpkg.