Skip to content

Commit

Permalink
working on render method
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-guillenperez committed Nov 6, 2024
1 parent dabfe2a commit feb013b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ __pycache__/
*.out
*.pyc
*.txt
*.pdf
*/__pycache__/
*.ipynb
/pydcm
Expand All @@ -23,4 +24,9 @@ output2.png
radarchart.png
seed-00001-2024-04-22-20-59-21
seed-00001-2024-05-01-21-50-12
launch.json
launch.json
icons/
plots/
evaluation_render/
.history/
checkpoint_new_model/
4 changes: 2 additions & 2 deletions harl/configs/algos_cfgs/happo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ eval:

render:
# whether to use render
use_render: False
use_render: True
# number of episodes to render
render_episodes: 10
render_episodes: 1
model:
# network parameters
# hidden sizes for mlp module in the network
Expand Down

0 comments on commit feb013b

Please sign in to comment.