mjadiaz / toy-models

Toy functions for 'experimental' anomaly matching with reinforcement learning.
1 stars 0 forks source link

6-transfer-learning #9

Closed mjadiaz closed 1 year ago

mjadiaz commented 1 year ago

The idea is to use transfer learning, at the most basic level as a first step, to using the trained agents in other environments:

So far transfer learning for us just means continuing the training in another environment, or initialising a new run by copying the weights of the trained networks, instead of random initialisation.

Some references:

mjadiaz commented 1 year ago

The Circle is already implemented. Is the gaussian_2d. I think it should work as it is. We need to check if it works with the are and precision metrics.