Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fican1 authored Sep 24, 2024
1 parent a111ebc commit 7945804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RGNN_RL/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
## Initialization
To normalize the transistor attributes used in the observation matrix, you'll need the mean and standard deviation.
These values can be obtained by running initial experiments with the class method `_init_random_sim`.

For demonstration, we have already provided this data in the file `AMP_NMCF_op_mean_std.json`.
However, when switching to a different circuit, you will need to generate this file yourself.
When switching to a different circuit, you will need to generate this file yourself.
To do so, simply set the parameter `'run_initial=True'` at the indicated location in [`main_AMP.py`](https://github.com/CODA-Team/AnalogGym/blob/main/RGNN_RL/main_AMP.py#L32).


Expand Down

0 comments on commit 7945804

Please sign in to comment.