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.
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.
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