Skip to content

Commit 803ad8b

Browse files
committed
Removed COLCON
1 parent 7988ec1 commit 803ad8b

File tree

6 files changed

+3
-76
lines changed

6 files changed

+3
-76
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ The package provides configurable single-agent [Gymnasium](https://gymnasium.far
1616

1717
## Installation
1818

19-
[Build from source](https://idsia-robotics.github.io/navground_learning/installation.html) or install pre-build wheels from pip
20-
2119
```
2220
pip install navground_learning[all]
2321
```

docs/source/installation.rst

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,16 @@
22
Installation
33
============
44

5-
Using pip
6-
=========
5+
We support Python>=3.10. Users should prefer Python<=3.12 because important third-party packages like Stable-BaseLine3 or PyTorch do not support Python3.13 yet.
76

87
The package is released on PyPi
98

109
.. code-block:: console
1110
1211
pip install navground_learning[all]
1312
14-
If you prefer to install the latest developments, install it from github
13+
If you prefer to install the latest developments from github:
1514

1615
.. code-block:: console
1716
18-
pip install git+https://github.com/idsia-robotics/navground_learning.git@main
19-
20-
Using colcon
21-
============
22-
23-
Install the package dependencies:
24-
25-
- ``navground_sim``: `instructions <https://idsia-robotics.github.io/navground/_build/html/installation.html#simulation-c-and-python>`_
26-
27-
- ``gymnasium`` and ``pettingzoo`` (required), ``imitation`` (for imitation learning), ``stable-baseline3`` (for reinforcement learning), ``supersuit`` (for multi-agent reinforcement/imitation learning)
28-
29-
.. code-block:: console
30-
31-
pip install gymnasium imitation stable-baselines3 pettingzoo SuperSuit onnxruntime
32-
33-
Then install this package
34-
35-
.. code-block:: console
36-
37-
colcon build --merge-install --packages-select navground_learning
17+
pip install git+https://github.com/idsia-robotics/navground_learning.git@main[all]

package.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

resource/navground_learning

Whitespace-only changes.

setup.cfg

Lines changed: 0 additions & 11 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)