Skip to content

Commit

Permalink
[PATCH] Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Mar 22, 2022
1 parent ec58d04 commit c26cd12
Show file tree
Hide file tree
Showing 12 changed files with 1,779 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Analysing the code with pylint
run: |
poetry run pylint project_name
poetry run pylint rl_car
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,5 @@ tests/reports

# Makefile installation stamp
.install.stamp

rl_car/example
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# project_name Change Log
# rl_car Change Log

All notable changes to this project will be documented in this file.

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Inspired by: https://blog.mathieu-leplatre.info/tips-for-your-makefile-with-python.html

PYMODULE := project_name
PYMODULE := rl_car
TESTS := tests
INSTALL_STAMP := .install.stamp
POETRY := $(shell command -v poetry 2> /dev/null)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# python-poetry-template
# RL-Car

A template Poetry project structure.
Let's teach an AI to drive - using reinforcement learning.
Loading

0 comments on commit c26cd12

Please sign in to comment.