Working to create the best simple robot for shopping.
javac -cp DIARC.jar Agent.java Goal.java
java -cp .;DIARC.jar Agent Agent
java -cp .:DIARC.jar Agent Agent
All code outside of our group's Agent and Goal class is attributed to:
https://github.com/teahmarkstone/Supermarket-Environment
developed by Teah Markstone and Daniel Kasenberg
How to run multiple agents in order to test shopping agent norms
javac -cp .:DIARC.jar runMultiplayer.java
java -cp .:DIARC.jar Agent1 Agent2 Agent3
python3 socket_env.py --num_player=3