Code Monkey home page Code Monkey logo

Comments (8)

angelazhx avatar angelazhx commented on June 30, 2024 1

Two more quick questions:

  1. Can you run the block stacking demo?
  2. If the answer to (1) is no, can you try to change the 1 in Line 5 to a 0. This will run BulletArm in the main thread so we will know if you issue is due to multiprocessing.

hi ColinKohler

thanks for your reply.
I was having same EOFError when I run the demo,even after Install this package
pip install .

then I added to PYTHONPATH
export PYTHONPATH=/path/to/BulletArm/:$PYTHONPATH
and I could run the demo then.

But I tried with Open-Loop benchmark under bulletarm_baselines/fc_dqn/scripts, same EOFError persists.

thx

from bulletarm.

pointW avatar pointW commented on June 30, 2024

Hi angelazhx,

Thanks for reaching out! Could you please let me know what script did you run when encountering this issue so that I can reproduce it?

from bulletarm.

angelazhx avatar angelazhx commented on June 30, 2024

hi pointW
thanks for your reply.
the issue happened with I'm running main.py in bulletarm_baseline direcorty

python main.py --algorithm=[algorithm] --architecture=[architecture] --env=[env]

tried with different envs eg. block_stacking and deconstruct

error shows:
File "/home/usr1/bash/envs/bulletarm/lib/python3.9/multiprocessing/connection.py", line 388, in _recv
raise EOFError
EOFError

is there any suggestion how to fix this? thx

from bulletarm.

pointW avatar pointW commented on June 30, 2024

What system are you using? I could not reproduce this problem on Ubuntu18 with Python 3.9. The script I ran was python main.py --algorithm=sdqfd --architecture=cnn_asr --env=block_stacking --fill_buffer_deconstruct under bulletarm_baselines/fc_dqn/scripts

from bulletarm.

ColinKohler avatar ColinKohler commented on June 30, 2024

Two more quick questions:

  1. Can you run the block stacking demo?
  2. If the answer to (1) is no, can you try to change the 1 in Line 5 to a 0. This will run BulletArm in the main thread so we will know if you issue is due to multiprocessing.

from bulletarm.

angelazhx avatar angelazhx commented on June 30, 2024

What system are you using? I could not reproduce this problem on Ubuntu18 with Python 3.9. The script I ran was python main.py --algorithm=sdqfd --architecture=cnn_asr --env=block_stacking --fill_buffer_deconstruct under bulletarm_baselines/fc_dqn/scripts

Hi pointW

I'm using Operating System: Ubuntu 22.04 LTS
Kernel: Linux 5.15.0-40-generic
Architecture: x86-64
Hardware Vendor: Razer
Hardware Model: Blade 15 Advanced Model Early 2021 - RZ09-036
with conda environment Python 3.9.
and I was running
python main.py --algorithm=sdqfd --architecture=cnn_asr --env=block_stacking --fill_buffer_deconstruct
under bulletarm_baselines/fc_dqn/scripts for the open loop benchmark.

thx

from bulletarm.

ColinKohler avatar ColinKohler commented on June 30, 2024

The fact that you were able to run the demo after adding BulletArm to your path but then got the same error with the baselines is a bit strange. Could you please double check that when you ran the baselines BulletArm was still in your python path?

Otherwise, it sounds to me like there is something weird going on with your python imports or pip. You could try to create a new Anaconda environment from scratch?

from bulletarm.

ColinKohler avatar ColinKohler commented on June 30, 2024

Closing due to inability to reproduce.

from bulletarm.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.