UoA-CARES / cares_reinforcement_learning

CARES Reinforcement Learning Package
11 stars 2 forks source link

Add default values for Algorithm parameters #67

Closed retinfai closed 1 year ago

retinfai commented 1 year ago

During evaluation, we don't care about GAMMA and TAU and others because they are only useful for training. But if we want to create an agent for evaluation, we have to set both those fields. It's better to have default values so that they can be omitted when not needed

beardyFace commented 1 year ago

this has been handled by configuration parsers