Skip to content

Commit

Permalink
params
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiaPsarou committed Nov 8, 2024
1 parent 00a1c28 commit 379afd7
Show file tree
Hide file tree
Showing 5 changed files with 1,169 additions and 29 deletions.
9 changes: 2 additions & 7 deletions tutorials/MLinPL/iql_mutation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -139,12 +139,7 @@
"max_grad_norm = 1.0 # Maximum norm for the gradients\n",
"memory_size = 1000 # Size of the replay buffer\n",
"tau = 0.005\n",
"\n",
"# PPO\n",
"clip_epsilon = 0.2 # clip value for PPO loss\n",
"gamma = 0.99 # discount factor\n",
"lmbda = 0.9 # lambda for generalised advantage estimation\n",
"entropy_eps = 1e-4 # coefficient of the entropy term in the PPO loss"
"gamma = 0.99 # discount factor"
]
},
{
Expand Down
Loading

0 comments on commit 379afd7

Please sign in to comment.