Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Asap7772 authored Nov 2, 2022
1 parent c07a459 commit a3247f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hw5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ The following files have blanks to be filled with your solutions from homework 1
- [critics/dqn_critic.py](cs285/critics/dqn_critic.py)

You will then need to implement code in the following files:

For RND + CQL:
- [exploration/rnd_model.py](cs285/exploration/rnd_model.py)
- [agents/explore_or_exploit_agent.py](cs285/agents/explore_or_exploit_agent.py)
- [critics/cql_critic.py](cs285/critics/cql_critic.py)

For AWAC:
- [agents/awac_agent.py](cs285/agents/awac_agent.py)

For IQL:
- [agents/iql_agent.py](cs285/agents/iql_agent.py)
- [critics/iql_critic.py](cs285/critics/iql_critic.py)
Expand Down

0 comments on commit a3247f8

Please sign in to comment.