UoA-CARES / cares_reinforcement_learning

CARES Reinforcement Learning Package
10 stars 0 forks source link

Generalise Actor/Critic with MLP in common.py #165

Open beardyFace opened 2 months ago

beardyFace commented 2 months ago

Reduce duplication of similar Actors/Critics with only the hidden layers being different - generally improve the readability of the code for creating the networks.

beardyFace commented 2 months ago

Enable Hidden Layers to be a configuration parameter as well