Garytoner / Asynchronous-Reinforcement-Learning

MIT License
1 stars 0 forks source link

Assign an initial value to `encodersubtype` #2

Open yyzpiero opened 1 year ago

yyzpiero commented 1 year ago

It would be good to ensure that encodersubtype is initialized with an initial value. Without this being done, an error will be encountered when attempting to initialize the APPO module.

TypeError: __init__() missing 1 required positional argument: 'encodersubtype'

P.S. It should be encoder_subtype instead of encodersubtype