UoA-CARES / cares_reinforcement_learning

CARES Reinforcement Learning Package
10 stars 2 forks source link

TypeError create memory #128

Closed qiaoting159753 closed 6 months ago

qiaoting159753 commented 7 months ago

Receiving: TypeError: MemoryFactory.create_memory() got multiple values for argument 'args'.

Reason: args is a keyword in Python. Better avoid things like that.

Solution: Just remove it for now since no one is using it. When it is needed in the future, give it a different name.