eleurent / social-attention

Social Attention for Autonomous Decision-Making in Dense Traffic
https://eleurent.github.io/social-attention/
21 stars 0 forks source link

About the experiment.py #2

Closed AIwuya closed 4 years ago

AIwuya commented 4 years ago

Hi, whether the experiment.py is not released?

eleurent commented 4 years ago

Hi @AIwuya, Sorry, the README.md was not very clear (I'll fix it). The experiments.py script is that of rl-agents

You can clone the project and run it directly:

git clone git@github.com:eleurent/rl-agents.git
cd rl-agents/scripts/
python experiments.py [options]
AIwuya commented 4 years ago

Hi @AIwuya, Sorry, the README.md was not very clear (I'll fix it). The experiments.py script is that of rl-agents

You can clone the project and run it directly:

git clone git@github.com:eleurent/rl-agents.git
cd rl-agents/scripts/
python experiments.py [options]

Thank you, eleurent~