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 training using metadata. ValueError: stof #28

Open
ThiagoBGL opened this issue Oct 1, 2020 · 7 comments
Open

Can't training using metadata. ValueError: stof #28

ThiagoBGL opened this issue Oct 1, 2020 · 7 comments

Comments

@ThiagoBGL
Copy link

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

@ThiagoBGL
Copy link
Author

ThiagoBGL commented Oct 1, 2020

THe problem is result of import pymss
from pymss import EnvManager
"Unsolved reference"
How to recognize the file pymss.so???
I find out this reposioty https://github.com/snumrl/MSS. Its is needed?

@pumpudopoulus
Copy link

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.

@lsw9021
Copy link
Owner

lsw9021 commented Jun 2, 2021

The problem comes when c++ code couldn't link successfully.

  1. run render code and if it did successfully, then the problem is related to python, and boost python.
  2. If not, then the problem is related to the DART, tinyxml, and etc.

Check and please let me know.

@pumpudopoulus
Copy link

pumpudopoulus commented Jun 2, 2021

I've ran the render code from the MASS-master directory and the python directory, and the terminal gives this:

pumpudopoulus@LAPTOP-J8J0NMME:/mnt/c/users/jalta/desktop/mass-master$ cd python pumpudopoulus@LAPTOP-J8J0NMME:/mnt/c/users/jalta/desktop/mass-master/python$ source env/bin/activate (env) pumpudopoulus@LAPTOP-J8J0NMME:/mnt/c/users/jalta/desktop/mass-master/python$ ./render/render ../data/metadata.txt -bash: ./render/render: No such file or directory (env) pumpudopoulus@LAPTOP-J8J0NMME:/mnt/c/users/jalta/desktop/mass-master/python$ cd .. (env) pumpudopoulus@LAPTOP-J8J0NMME:/mnt/c/users/jalta/desktop/mass-master$ ./render/render ../data/metadata.txt -bash: ./render/render: No such file or directory

@lsw9021
Copy link
Owner

lsw9021 commented Jun 3, 2021

You have to run ./render/render code in the build directory.

@noshaba
Copy link

noshaba commented Feb 6, 2022

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.

@omerkayan
Copy link

omerkayan commented Dec 12, 2022

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 ?

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

5 participants