diff --git a/cooperative_cuisine/configs/agents/random_agent.py b/cooperative_cuisine/configs/agents/random_agent.py
index e1db06bfb20f925815b81016a2afb49a8a0377e6..6d8830d94c5570bc6642936a0f34b47b94a8c8bc 100644
--- a/cooperative_cuisine/configs/agents/random_agent.py
+++ b/cooperative_cuisine/configs/agents/random_agent.py
@@ -310,8 +310,7 @@ async def agent():
                         ...
 
             if not task_type:
-                # task_type = random.choice(["GOTO", "PUT", "INTERACT"])
-                task_type = random.choice(["GOTO"])
+                task_type = random.choice(["GOTO", "PUT", "INTERACT"])
                 threshold = datetime.now() + timedelta(seconds=TIME_TO_STOP_ACTION)
                 if task_type == "GOTO":
                     # counter_type = random.choice(list(counters.keys()))