LARG / HFO

Half Field Offense in Robocup 2D Soccer
MIT License
230 stars 93 forks source link

How to apply changes in the Sarsa Library folder #115

Open ehsan-asali opened 3 years ago

ehsan-asali commented 3 years ago

Hi, I'm trying to make some changes to the SarsaAgent.cpp code (Let's say adding cout to print some variables' values) and when I save it, and run the python file of high level sarsa agent, I cannot see any difference in the printing statements in terminal.

I've tried rebuilding the whole project, make the policy folder again (make -j8 ), make clean the policy folder and make again, and make other sarsa library folders again. None of these worked for me.

Should I do something else? Thanks

mhauskn commented 3 years ago

Your description is a bit vague, but I'd suggest double checking that you're invoking the sarsa agent when running HFO and doing a full make clean / make -j8 to make sure everything is rebuilt.