Skip to content

Commit

Permalink
feat: add models folder in ros2 env
Browse files Browse the repository at this point in the history
  • Loading branch information
manuandru committed Jan 29, 2024
1 parent d0c92b0 commit 39fb6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-gym-ros
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ RUN echo "source /opt/ros/foxy/setup.bash" >> ~/.bashrc && \
COPY model-gym-ros-env/car_node/setup.py /sim_ws/src/car_node/setup.py
COPY model-gym-ros-env/car_node/car_node/main.py model-gym-ros-env/car_node/car_node/wrapper.py model-gym-ros-env/car_node/car_node/map_utility.py model-gym-ros-env/car_node/car_node/setup.py /sim_ws/src/car_node/car_node/
COPY train_test /sim_ws/src/car_node/car_node/train_test
COPY models/* /sim_ws/src/car_node/car_node/models/

RUN pip install -e /sim_ws/src/car_node/car_node && \
# pip install stable_baselines3 && \
Expand Down

0 comments on commit 39fb6f6

Please sign in to comment.