edbeeching / godot_rl_agents

An Open Source package that allows video game creators, AI researchers and hobbyists the opportunity to learn complex behaviors for their Non Player Characters or agents
MIT License
942 stars 69 forks source link

Installation Problems #22

Closed visuallization closed 1 year ago

visuallization commented 1 year ago

Hi there,

I am currently looking into your project and it looks super interesting.

Unfortunately I have troubles installing the environment on windows. The first errors occur when running the instruction conda env create from the installation guide. See Screenshot:

Screenshot 2022-10-23 112009

Could it be that you are using packages for linux only? _openmp_mutex=4.5 seems to be one of them. Is there a way to get this project running on windows? Would be cool, because I am consider using it for my master thesis.

Cheers!

visuallization commented 1 year ago

Okay I got it to work, thanks to the solution in this issue: https://github.com/edbeeching/godot_rl_agents/issues/14

But I am wondering what are the implications of removing all these dependencies? Will the project be slower without them or might something else break?

edbeeching commented 1 year ago

I think there should be no issues. By the way I am upgrade this project to Godot 4 sometime in the next month. So be sure to check back. Let me know if you run into any other issues.