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

How to apply changes in the Sarsa Library folder #115

Open
ehsan-asali opened this issue Dec 12, 2020 · 1 comment
Open

How to apply changes in the Sarsa Library folder #115

ehsan-asali opened this issue Dec 12, 2020 · 1 comment

Comments

@ehsan-asali
Copy link

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
Copy link
Member

mhauskn commented Dec 12, 2020

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.

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

2 participants