Skip to content
Snippets Groups Projects
Commit dbefff44 authored by Nour's avatar Nour
Browse files

testing the merge

parent 07f342f0
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -34,7 +34,7 @@ def q_learning(space, activities):
mean_time = 0
# Train the agent using Q-learning
num_episodes = 100
num_episodes = 10
for episode in range(num_episodes):
state, _ = env.reset()
state = env.flatten_observation(state)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment