Skip to content

Commit 4cfacc2

Browse files
committed
add report
1 parent 78c4a97 commit 4cfacc2

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed
8 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

main.py

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ def update_states(self,position):
239239
def reset_agent(self):
240240
''' Reset anything agent learned '''
241241
self.agent.reset()
242+
self.average_reward[self.agent_name] = []
242243

243244
def train_loop(self):
244245
epoch = 0

report_project1.pdf

514 KB
Binary file not shown.

0 commit comments

Comments
 (0)