Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get attribute 'evaluate_agent_weights #6

Open
tgfred opened this issue Mar 8, 2020 · 1 comment
Open

Can't get attribute 'evaluate_agent_weights #6

tgfred opened this issue Mar 8, 2020 · 1 comment

Comments

@tgfred
Copy link

tgfred commented Mar 8, 2020

Hi I get this error.
i use "python -m rlmusician"
Can this be run on win10?

Process SpawnPoolWorker-35:
Traceback (most recent call last):
File "C:\Users\b8950\Anaconda3\envs\tf2.3.7\lib\multiprocessing\process.py", line 297, in _bootstrap
self.run()
File "C:\Users\b8950\Anaconda3\envs\tf2.3.7\lib\multiprocessing\process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\b8950\Anaconda3\envs\tf2.3.7\lib\multiprocessing\pool.py", line 110, in worker
task = get()
File "C:\Users\b8950\Anaconda3\envs\tf2.3.7\lib\multiprocessing\queues.py", line 354, in get
return _ForkingPickler.loads(res)
AttributeError: Can't get attribute 'evaluate_agent_weights' on <module 'main' (built-in)>

@Nikolay-Lysenko
Copy link
Owner

Nikolay-Lysenko commented Apr 4, 2020

Hello, @tgfred!

I apologize for the late reply. I've tested the project on Ubuntu and Mac OS. Currently, I have no experience in using Python multiprocessing on Windows, and so I can not help you.

Your traceback looks like a Windows-specific issue with either running Python module as a script or using Python multiprocessing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants