Skip to content

Commit

Permalink
Merge pull request #101 from Gamenot/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
eleurent authored Jul 25, 2023
2 parents f205ca5 + 575d9a0 commit 63d3734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rl_agents/agents/common/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class AbstractAgent(Configurable, ABC):
def __init__(self, config=None):
super(AbstractAgent, self).__init__(config)
self.writer = None # Tensorboard writer
self.directoy = None # Run directory
self.directory = None # Run directory

"""
An abstract class specifying the interface of a generic agent.
Expand Down

0 comments on commit 63d3734

Please sign in to comment.