Skip to content

javidahmed64592/pytorch-ppo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python Ruff

Template Python Repository

This repository can be used as a template for a Python application.

Table of Contents

Installing Dependencies

Install the required dependencies using pip:

pip install -e .

To install with dev and test dependencies:

pip install -e .[dev,test]

Testing

This library uses Pytest for the unit tests. These tests are located in the tests directory. To run the tests:

python -m pytest tests

Linting and Formatting

This library uses ruff for linting and formatting. This is configured in ruff.toml.

To check the code for linting errors:

python -m ruff check .

To format the code:

python -m ruff format .

About

Proximal policy optimisation using PyTorch in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages