-
Notifications
You must be signed in to change notification settings - Fork 115
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 training using metadata. ValueError: stof #28
Comments
THe problem is result of import pymss |
Have you found a solution?, I've seen on another threat that during the execution of 'make -j8', the following appears: "[ 91%] Built target pymss" which indicates the pymss module comes from DART, but I don't know what I missed during the installation of DART. |
The problem comes when c++ code couldn't link successfully.
Check and please let me know. |
I've ran the render code from the MASS-master directory and the python directory, and the terminal gives this:
|
You have to run ./render/render code in the build directory. |
Hi, I have the same problem. The render code works but I don't know what the problem with my python would be, or how to even dig deeper what may cause the problem... The error doesn't really give any clue. |
Hi all. I have the same problem with noshaba. Render works. But I do not know the problem about python or boost. Could someone please help me ? |
I didn't use a virtualenv, but all requirement wers installed. Cmake install. But when try to start a traning this error shows up
python3 main.py -d ../data/metadata.txt
HumanTraceback (most recent call last):
File "main.py", line 391, in
ppo = PPO(args.meta)
File "main.py", line 65, in init
self.env = EnvManager(meta_file,self.num_slaves)
ValueError: stof
The text was updated successfully, but these errors were encountered: