~enan/ros-rl

570cf555847785ed2de67856fb5ac29bf78b1e98 — Enan Ajmain 1 year, 10 months ago a48c1b5
fix(readme): activate venv before installing pkgs
1 files changed, 2 insertions(+), 2 deletions(-)

M README
M README => README +2 -2
@@ 21,14 21,14 @@ How to run

3. Set up a python environment for RL

    pip install -r requirements.txt
    source venv/bin/activate
    pip install -r requirements.txt

4. Run the agent

    python src/qlearning.py # or
    python src/ddpg.py      # or
    python src/td3
    python src/td3.py


Remarks