Skip to content

Commit 1ac2d29

Browse files
committed
Clarify readme
1 parent 2fc477d commit 1ac2d29

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,16 @@ You can also use docker by building the image and running the scripts from insid
7474
# n_steps (usually 256 for most hparams) each.
7575
--num_episodes=1000
7676
```
77-
-
7877

7978

79+
### Interpreting a Reward Model
8080

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:
8183

82-
### Interpretability
83-
84-
Use `print_config` to get details of the config params of the sacred scripts.
84+
```bash
85+
python -m reward_preprocessing.interpret print_config
86+
```
8587

8688
## Code Structure
8789

0 commit comments

Comments
 (0)