Skip to content
Snippets Groups Projects
Commit 7fb41d6f authored by Neta Zmora's avatar Neta Zmora
Browse files

AMC - added arguments: amc-ft-frequency, amc-reward-frequency

amc-ft-frequency:
Sometimes we may want to fine-tune the weights after
‘n’ number of episode steps (action-steps).   This new
argument  controls the frequency of this fine-tuning (FT)
How many action-steps between fine-tuning
By default, there is no fine-tuning between steps.

amc-reward-frequency:
By default, we only provide a non-zero reward at the end
episodes.  This argument allows us to provide rewards at
a higher frequency.

This commit also reorders the ResNet layer names, so that
layers are processed by near-topological order.  This is simply
to help interpret the data in the AMC Jupyter notebooks.
parent 87055fed
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment