Skip to content

Commit

Permalink
pequenas mudancas antes de fechar o pacote 2024 e comecar a disciplin…
Browse files Browse the repository at this point in the history
…a versao 2025
  • Loading branch information
fbarth committed Jan 30, 2025
1 parent b56e9f8 commit 019d813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ students.xlsx
*.snm
*.gz
*.toc
venv
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ This repository has the Reinforcement Learning subject material.

## Offerings

* 2025/1 - Fabrício Barth
* 2024/1 - Fabrício Barth
* 2023/1 - Fabrício Barth
* 2022/2 - Fabrício Barth

## How to setup the environment

```bash
python3.7 -m virtualenv venv
python3.10 -m virtualenv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit 019d813

Please sign in to comment.