Found 2 bookmarks
Custom sorting
Set Up Python Environment for CogSci 131
Set Up Python Environment for CogSci 131
CogSci 131 (Computational Modeling of Cognition) is one of my favorite classes at Berkeley when I took it with Prof. Tom Griffiths in 2016. Now I鈥檓 teaching it in my last semester. Before getting to the fun parts (e.g., implementing recurrent nets and classic RL algorithms like SARSA using vanilla NumPy), one needs to set up the right Python environment. I hope this tutorial can save students some headaches. Option #1: Conda Virtual Environment To avoid nightmares down the line馃憞, use virtual environments for your local stuff.
yuan-meng.com
Set Up Python Environment for CogSci 131