Skip to content

Commit 2275eb9

Browse files
authored
Modify README for correct repository cloning
Updated installation instructions to clone the correct repository.
1 parent 8487bf1 commit 2275eb9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,8 @@ Tile coding uses fewer tilings for local/extended representations (4 vs 8) becau
586586
### Installation
587587

588588
```bash
589-
git clone https://github.com/YOUR_USERNAME/snake-rl.git
590-
cd snake-rl
589+
git clone https://github.com/Kiran1510/rl-function-approximation-benchmark.git
590+
cd rl-function-approximation-benchmark
591591
pip install -r requirements.txt
592592
```
593593

@@ -666,4 +666,4 @@ Full reference list (25 citations) available in `revised_project_proposal.tex`.
666666

667667
## License
668668

669-
This project is part of coursework for CS 5180 at Northeastern University. Not intended for redistribution.
669+
This project is part of coursework for CS 5180 at Northeastern University. Not intended for redistribution.

0 commit comments

Comments
 (0)