We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc477d commit 1ac2d29Copy full SHA for 1ac2d29
README.md
@@ -74,14 +74,16 @@ You can also use docker by building the image and running the scripts from insid
74
# n_steps (usually 256 for most hparams) each.
75
--num_episodes=1000
76
```
77
- -
78
79
+### Interpreting a Reward Model
80
81
+Once you have a reward model, you can use visualize various interpretability methods.
82
+Use `print_config` to get details of the config params of the sacred scripts, as in:
83
-### Interpretability
-
84
-Use `print_config` to get details of the config params of the sacred scripts.
+```bash
85
+python -m reward_preprocessing.interpret print_config
86
+```
87
88
## Code Structure
89
0 commit comments