Aaricis

Results 7 comments of Aaricis

Information like this `Scanning dependencies of target playerc++ [ 14%] Building CXX object client_libs/libplayerc++/CMakeFiles/playerc++.dir/playerc++.o In file included from /home/zhangkaige/player-3.0.2/client_libs/libplayerc++/playerclient.h:66:0, from /home/zhangkaige/player-3.0.2/client_libs/libplayerc++/playerc++.h:61, from /home/zhangkaige/player-3.0.2/client_libs/libplayerc++/playerc++.cc:44: /usr/include/boost/signal.hpp:17:4: warning: #warning "Boost.Signals is no longer...

Hi! I have a question. Why don't you use "ClearPath" to compute velocity obstacles? I have read HRVO paper and find it use "ClearPath".

Thanks for your reply! I have fix this problem by `import sys` `sys.append("..")`

I have another error when running `python -m pytest`. ```(causal) root@6c38117fbf83:/home/zkg/sequential_social_dilemma_games/tests# python -m pytest =========================================== test session starts =========================================== platform linux -- Python 3.6.7, pytest-6.0.2, py-1.9.0, pluggy-0.13.1 rootdir: /home/zkg/sequential_social_dilemma_games collected...

I fixed this error by `pip install ray==0.6.1`

@venkatasivaramireddy You should not skip the step of running `python setup.py develop`. Before running `rollout.py`, we should run `rollout.py` firstly. Otherwise, you can added: `import sys` `sys.append("..")` at the beginning...